bw
No description
Subcommands
Name | Description |
---|---|
login | Log into a user account |
logout | Log out of the current user account |
lock | Lock the vault and destroy active session keys |
unlock | Unlock the vault and return a new session key |
sync | Pull the latest vault data from server |
generate | Generate a password/passphrase |
encode | Base 64 encode stdin |
config | Configure CLI settings |
update | Check for updates |
completion | Generate shell completions |
status | Show server, last sync, user information, and vault status |
serve | Start a RESTful API webserver |
list | List an array of objects from the vault |
get | Get an object from the vault |
create | Create an object in the vault |
edit | Edit an object from the vault |
delete | Delete an object from the vault |
restore | Restores an object from the trash |
move | Move an item to an organization |
confirm | Confirm an object to the organization |
import | Import vault data from a file |
export | Export vault data to a CSV or JSON file |
share | --DEPRECATED-- Move an item to an organization |
send | Work with Bitwarden sends. A Send can be quickly created using this command or subcommands can be used to fine-tune the Send |
receive | Access a Bitwarden Send from a url |
help | Display help for command |
Options
Name | Description |
---|---|
--pretty | Format output. JSON is tabbed with two spaces |
--raw | Return raw output instead of a descriptive message |
--response | Return a JSON formatted version of response output |
--cleanexit | Exit with a success exit code (0) unless an error is thrown |
--quiet | Don't return anything to stdout |
--nointeraction | Do not prompt for interactive user input |
--session <session> | Pass session key instead of reading from env |
-v, --version | Output the version number |
-h, --help | Display help for command |