Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Releases: bitwarden/cli

Version 1.12.0

15 Sep 17:52
4b90962
Compare
Choose a tag to compare
  • Enterprise single sign-on support
  • Export to stdout #152
  • Bug fixes

Version 1.11.0

29 Jun 19:01
74bc94a
Compare
Choose a tag to compare
  • Hidden passwords
  • status command
  • Bug fixes

Version 1.10.0

29 May 16:04
Compare
Choose a tag to compare

Version 1.9.1

13 Mar 01:06
Compare
Choose a tag to compare
  • Fix TTY issue (#118)

Version 1.9.0

09 Mar 17:49
Compare
Choose a tag to compare
  • Enforce organization policies on generate command
  • Prompt for unlocking if in interactive mode (e7450d2)
  • Use data.json file at relative path ./bw-data, if available.
  • Bug fixes

Version 1.8.0

07 Oct 15:16
Compare
Choose a tag to compare

This release adds several new features to manage organization resources via the CLI. These commands can be used together with the existing organization RESTful APIs for complete organization management.

New commands

Organization collection management

bw create org-collection <encodedData> --organizationid <orgid>
bw get org-collection <id> --organizationid <orgid>
bw edit org-collection <id> <encodedData> --organizationid <orgid>
bw delete org-collection <id> --organizationid <orgid>

Organization user management

bw list org-members --organizationid <orgid>
bw confirm org-member <id> --organizationid <orgid>

New options

Organization vault export

bw export <password> --organizationid <orgid>

Bug fixes

  • Remove trailing new line from output if not TTY stream.

Documentation

See updated documentation here:
https://help.bitwarden.com/article/cli/

Version 1.7.4

01 Apr 18:36
Compare
Choose a tag to compare
  • Bug fix for creating attachments and sharing items with attachments. ref #63

Version 1.7.1

20 Mar 17:51
Compare
Choose a tag to compare
  • Support for XDG_CONFIG_HOME env variable
  • bw login --check option
  • Bug fixes

v1.7.0

31 Dec 19:32
Compare
Choose a tag to compare
  • Export --format option for CSV or JSON exports.
  • Bug fixes

v1.6.0

26 Nov 22:12
Compare
Choose a tag to compare
  • New command
    • bw get fingerprint <me/user id>
  • Attachment key support
  • Bug fixes