mirror of
https://github.com/bitwarden/cli
synced 2025-12-14 15:23:36 +00:00
Merge branch 'master' of github.com:bitwarden/cli
This commit is contained in:
15
README.md
15
README.md
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# Bitwarden Command-line Interface
|
# Bitwarden Command-line Interface
|
||||||
|
|
||||||
[](https://bitwarden.com/#download)
|
[](https://help.bitwarden.com/article/cli/#download--install)
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
@@ -23,7 +23,18 @@ npm install -g @bitwarden/cli
|
|||||||
|
|
||||||
**Native Executable**
|
**Native Executable**
|
||||||
|
|
||||||
We provide natively packaged versions of the CLI for each platform which have no requirements on installing the Node.js runtime. You can obtain these from the [downloads section](https://bitwarden.com/#download) on our website.
|
We provide natively packaged versions of the CLI for each platform which have no requirements on installing the Node.js runtime. You can obtain these from the [downloads section](https://help.bitwarden.com/article/cli/#download--install) in the docuementation.
|
||||||
|
|
||||||
|
**Other Package Managers**
|
||||||
|
|
||||||
|
- [Chocolatey](https://chocolatey.org/packages/bitwarden-cli) - *coming soon*
|
||||||
|
```bash
|
||||||
|
choco install bitwarden-cli
|
||||||
|
```
|
||||||
|
- Homebrew - *coming soon*
|
||||||
|
```bash
|
||||||
|
brew install bitwarden
|
||||||
|
```
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user