mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
Merge branch 'master' of github.com:bitwarden/cli
This commit is contained in:
commit
6095425a48
15
README.md
15
README.md
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# Bitwarden Command-line Interface
|
# Bitwarden Command-line Interface
|
||||||
|
|
||||||
[![Platforms](https://imgur.com/SLv9paA.png "Windows, macOS, and Linux")](https://bitwarden.com/#download)
|
[![Platforms](https://imgur.com/ion0Mkf.png "Platforms")](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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user