Skip to content

v0.2.0 - JSON Output Support

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Dec 17:13
· 74 commits to main since this release
0aa3926

Release v0.2.0 - (2022-12-30T17:03:06Z)

Changelog

  • 0aa3926 Merge pull request #22 from passbolt/fix-ci
  • 34fedec fix ci version
  • 6d4879e Merge pull request #21 from passbolt/update-deps
  • 6f59446 update deps
  • 9a2944c Merge pull request #20 from passbolt/feature-json-output
  • 05dd936 Add Readme Section
  • 4dcb528 Add Group Json Output
  • 269e117 Add Resource Json Output
  • e8bb791 Add Folder Json Output
  • c8dc067 Add User Json Output
  • a2257bc Add Json Output to Create Commands
  • 46ceb81 Add Output Json Flag
  • 45fe211 Merge pull request #19 from passbolt/feature-add-created-modified-timestamp-columns
  • d142f14 Add CreatedTimestamp and ModifiedTimestamp Columns to list commands
  • 423dfb0 Merge pull request #18 from passbolt/fix-minor-issues
  • cbf2771 fix Double Prompting Issue when Reading Secret Input
  • 94165a0 Properly Name Groups in Code
  • 2b52c42 fix go install
  • 0804a1d Merge pull request #13 from bersace/patch-1
  • 3ee8f88 Lint and fix typos in README
  • 89abb4f update deps
  • 6d5327c use string instead of []byte
  • fe7e6b2 fix windows build failing due to syscall
  • e5c267d Merge pull request #12 from Tchoupinax/main
  • 440f41a Replace usages of term.ReadPassword with util.ReadPassword
  • bfbc15b Make util ReadPassword Public
  • a8b14c9 use golang.org/x/term instead of depricated golang.org/x/crypto/ssh/terminal
  • df187e8 feat: allow password to be taken from pipe