Skip to content

Releases: bitwarden/sdk

bws CLI v0.5.0

29 Apr 18:44
753fe8d
Compare
Choose a tag to compare

Added

  • Add a BWS_CONFIG_FILE environment variable to specify the location of the config file (#571)
  • The bws CLI is now available as a Docker image (docker run -it bitwarden/bws --help) (#305)
  • The bws CLI releases are now code signed on Windows and Mac (#534, #535)

Fixed

  • Re-add output options to the help menu after they were accidentally removed (#477)

Changed

  • Switched TLS backend to rusttls, removing the dependency on OpenSSL (#374)
  • Updated MSRV for bws to 1.71.0 (#589)

bws CLI v0.4.0

22 Dec 09:41
cf6c211
Compare
Choose a tag to compare

Added

  • Ability to output secrets in an env format with bws (#320)
  • Basic state to avoid reauthenticating every run, used when setting the state_file_dir key in the config (#388)

bws CLI v0.3.1

24 Oct 15:35
6b8b84f
Compare
Choose a tag to compare

Added

  • Support for shell autocompletion with the bws completions command (#103)
  • When running bws with no args, the help text is now printed to stderr instead of stdout to be consistent with bws subcommand behavior (#190)

bws CLI v0.3.0

26 Jul 18:04
5c5d5d0
Compare
Choose a tag to compare

Deprecated

  • Switched command order from action type to type action, please re-read the help documentation (#76)

Added

  • Ability to create and edit projects (#53)
  • Ability to create and edit secrets (#77)
  • Support NO_COLOR environment variable to disable CLI colors (#61)
  • Support for CLICOLOR_FORCE (#74)

Fixed

  • Improve login error handling (#109)
  • Respect users color choice for errors (#61)

bws CLI v0.2.1

22 Mar 11:19
46eeefb
Compare
Choose a tag to compare
  • Bug fixes

bws CLI v0.2.0

21 Mar 17:10
a00ca14
Compare
Choose a tag to compare

Initial release of secrets manager CLI 🥳