mirror of
https://github.com/bitwarden/help
synced 2025-12-14 07:13:19 +00:00
unhide cli
This commit is contained in:
@@ -4,7 +4,6 @@ title: The Bitwarden command-line tool (CLI)
|
|||||||
categories: [miscellaneous]
|
categories: [miscellaneous]
|
||||||
featured: false
|
featured: false
|
||||||
popular: false
|
popular: false
|
||||||
hidden: true
|
|
||||||
tags: [cli, command, script, bash, shell, powershell, terminal]
|
tags: [cli, command, script, bash, shell, powershell, terminal]
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -18,6 +17,7 @@ Bitwarden provides a powerful, full-featured command-line interface (CLI) tool t
|
|||||||
- [Download & Install](#download--install)
|
- [Download & Install](#download--install)
|
||||||
- [Native executable](#native-executable)
|
- [Native executable](#native-executable)
|
||||||
- [NPM](#npm)
|
- [NPM](#npm)
|
||||||
|
- [Other Package Managers](#other-package-managers)
|
||||||
- [Session Management](#session-management)
|
- [Session Management](#session-management)
|
||||||
- [Environment Variable](#environment-variable)
|
- [Environment Variable](#environment-variable)
|
||||||
- [`--session <key>` Option](#--session-key-option)
|
- [`--session <key>` Option](#--session-key-option)
|
||||||
@@ -60,9 +60,9 @@ You can install the Bitwarden CLI multiple different ways:
|
|||||||
|
|
||||||
Natively packaged versions of the CLI for each platform have no dependencies.
|
Natively packaged versions of the CLI for each platform have no dependencies.
|
||||||
|
|
||||||
- {% icon fa-windows fa-lg fa-fw %} [Windows x64]()
|
- {% icon fa-windows fa-lg fa-fw %} [Windows x64](https://vault.bitwarden.com/download/?app=cli&platform=windows)
|
||||||
- {% icon fa-apple fa-lg fa-fw %} [macOS x64]()
|
- {% icon fa-apple fa-lg fa-fw %} [macOS x64](https://vault.bitwarden.com/download/?app=cli&platform=macos)
|
||||||
- {% icon fa-linux fa-lg fa-fw %} [Linux x64]()
|
- {% icon fa-linux fa-lg fa-fw %} [Linux x64](https://vault.bitwarden.com/download/?app=cli&platform=linux)
|
||||||
|
|
||||||
### NPM
|
### NPM
|
||||||
|
|
||||||
@@ -70,6 +70,11 @@ If you already have the Node.js runtime installed on your system, you can instal
|
|||||||
|
|
||||||
npm install -g @bitwarden/cli
|
npm install -g @bitwarden/cli
|
||||||
|
|
||||||
|
### Other Package Managers
|
||||||
|
|
||||||
|
- Homebrew - coming soon
|
||||||
|
- Chocolatey - coming soon
|
||||||
|
|
||||||
## Session Management
|
## Session Management
|
||||||
|
|
||||||
You can log into your Bitwarden user account by using the `login` command:
|
You can log into your Bitwarden user account by using the `login` command:
|
||||||
|
|||||||
Reference in New Issue
Block a user