Merge branch 'master' of github.com:bitwarden/cli
This commit is contained in:
commit
79ef15c48f
|
@ -7,6 +7,8 @@
|
||||||
|
|
||||||
The Bitwarden CLI is a powerful, full-featured command-line interface (CLI) tool to access and manage a Bitwarden vault. The CLI is written with TypeScript and Node.js and can be run on Windows, macOS, and Linux distributions.
|
The Bitwarden CLI is a powerful, full-featured command-line interface (CLI) tool to access and manage a Bitwarden vault. The CLI is written with TypeScript and Node.js and can be run on Windows, macOS, and Linux distributions.
|
||||||
|
|
||||||
|
![CLI](https://imgur.com/MPPu112.png "CLI")
|
||||||
|
|
||||||
# Download/Install
|
# Download/Install
|
||||||
|
|
||||||
You can install the Bitwarden CLI multiple different ways:
|
You can install the Bitwarden CLI multiple different ways:
|
||||||
|
@ -33,7 +35,7 @@ bw --help
|
||||||
|
|
||||||
This option will list all available commands that you can use with the CLI.
|
This option will list all available commands that you can use with the CLI.
|
||||||
|
|
||||||
Additionally, you can run the `--help` option on a specific command to learn more about it specifically. For example:
|
Additionally, you can run the `--help` option on a specific command to learn more about it:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bw list --help
|
bw list --help
|
||||||
|
|
Loading…
Reference in New Issue