1
0
mirror of https://github.com/bitwarden/help synced 2025-12-14 07:13:19 +00:00

unhide cli

This commit is contained in:
Kyle Spearrin
2018-05-23 11:37:15 -04:00
parent 770e8fa627
commit 1f3d4f62dd

View File

@@ -4,7 +4,6 @@ title: The Bitwarden command-line tool (CLI)
categories: [miscellaneous]
featured: false
popular: false
hidden: true
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)
- [Native executable](#native-executable)
- [NPM](#npm)
- [Other Package Managers](#other-package-managers)
- [Session Management](#session-management)
- [Environment Variable](#environment-variable)
- [`--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.
- {% icon fa-windows fa-lg fa-fw %} [Windows x64]()
- {% icon fa-apple fa-lg fa-fw %} [macOS x64]()
- {% icon fa-linux fa-lg fa-fw %} [Linux 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](https://vault.bitwarden.com/download/?app=cli&platform=macos)
- {% icon fa-linux fa-lg fa-fw %} [Linux x64](https://vault.bitwarden.com/download/?app=cli&platform=linux)
### 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
### Other Package Managers
- Homebrew - coming soon
- Chocolatey - coming soon
## Session Management
You can log into your Bitwarden user account by using the `login` command: