• This repository has been archived on 26/May/2022
  • Stars
    star
    1,622
  • Rank 28,851 (Top 0.6 %)
  • Language
    TypeScript
  • License
    GNU General Publi...
  • Created over 7 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The command line vault (Windows, macOS, & Linux).

Archived

This repository is archived, please go to https://github.com/bitwarden/clients for future development.

Github Workflow build on master Join the chat at https://gitter.im/bitwarden/Lobby

Bitwarden Command-line Interface

Platforms

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

Download/Install

You can install the Bitwarden CLI multiple different ways:

NPM

If you already have the Node.js runtime installed on your system, you can install the CLI using NPM. NPM makes it easy to keep your installation updated and should be the preferred installation method if you are already using Node.js.

npm install -g @bitwarden/cli

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 in the documentation.

Other Package Managers

Documentation

The Bitwarden CLI is self-documented with --help content and examples for every command. You should start exploring the CLI by using the global --help option:

bw --help

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:

bw list --help
bw create --help

Detailed Documentation

We provide detailed documentation and examples for using the CLI in our help center at https://help.bitwarden.com/article/cli/.

Build/Run

Requirements

  • Node.js v16.13.1.
    • Testing is done against Node 16, other versions may work, but are not guaranteed.
  • NPM v8

Run the app

npm install
npm run sub:init # initialize the git submodule for jslib
npm run build:watch

You can then run commands from the ./build folder:

node ./build/bw.js login

We're Hiring!

Interested in contributing in a big way? Consider joining our team! We're hiring for many positions. Please take a look at our Careers page to see what opportunities are currently open as well as what it's like to work at Bitwarden.

Contribute

Code contributions are welcome! Please commit any pull requests against the master branch. Learn more about how to contribute by reading the CONTRIBUTING.md file.

Security audits and feedback are welcome. Please open an issue or email us privately if the report is sensitive in nature. You can read our security policy in the SECURITY.md file.

Prettier

We recently migrated to using Prettier as code formatter. All previous branches will need to updated to avoid large merge conflicts using the following steps:

  1. Check out your local Branch
  2. Run git merge ec53a16c005e0dd9aef6845c18811e8b14067168
  3. Resolve any merge conflicts, commit.
  4. Run npm run prettier
  5. Commit
  6. Run git merge -Xours 910b4a24e649f21acbf4da5b2d422b121d514bd5
  7. Push

Git blame

We also recommend that you configure git to ignore the prettier revision using:

git config blame.ignoreRevsFile .git-blame-ignore-revs

More Repositories

1

server

Bitwarden infrastructure/backend (API, database, Docker, etc).
C#
15,127
star
2

clients

Bitwarden client apps (web, browser extension, desktop, and cli).
TypeScript
8,924
star
3

android

Bitwarden mobile app for Android.
Kotlin
6,129
star
4

desktop

The desktop vault (Windows, macOS, & Linux).
TypeScript
3,545
star
5

web

The website vault (vault.bitwarden.com).
TypeScript
2,570
star
6

self-host

Bitwarden's self-hosted release repository
Shell
322
star
7

authenticator-android

Bitwarden Authenticator mobile app for Android.
Kotlin
306
star
8

directory-connector

A tool for syncing a directory (AD, LDAP, Azure, G Suite, Okta) to an organization.
TypeScript
249
star
9

sdk

Bitwarden SDK
Rust
225
star
10

jslib

Common code referenced across Bitwarden JavaScript projects.
TypeScript
133
star
11

help

The help website/knowledgebase (bitwarden.com/help).
HTML
132
star
12

authenticator-ios

Bitwarden Authenticator mobile app for iOS.
Swift
122
star
13

passkeys-index

A collection of sites and services that support passkeys
Astro
115
star
14

ios

Bitwarden mobile app for iOS.
Swift
100
star
15

brand

Logos, icons, screenshots, and other media related to the Bitwarden brand.
SCSS
89
star
16

docs

Bitwarden application and API documentation.
HTML
82
star
17

passwordless-server

Bitwarden Passwordless.dev infrastructure/backend (API, database, Docker, etc).
C#
79
star
18

mobile

Retired Bitwarden mobile app for iOS and Android (MAUI/Xamarin).
C#
65
star
19

passwordless-client-js

Bitwarden Passwordless.dev JavaScript SDK.
TypeScript
51
star
20

sm-action

Github Action for Secrets Manager
TypeScript
45
star
21

passwordless-dotnet

Bitwarden Passwordless.dev .NET SDK.
C#
32
star
22

key-connector

An agent that stores and provides cryptographic keys to Bitwarden clients.
C#
32
star
23

gh-actions

JavaScript
29
star
24

importer

Bitwarden standalone importer tool.
C#
28
star
25

contributing-docs

Contributing documentation
TypeScript
24
star
26

helm-charts

Smarty
22
star
27

passwordless-docs

Bitwarden Passwordless.dev documentation.
CSS
18
star
28

passwordless-python

Bitwarden Passwordless.dev Python SDK.
Python
14
star
29

devops-exercise

Python
14
star
30

splunk

Splunk app for reporting Bitwarden event logs.
Python
12
star
31

passwordless-react-example

Bitwarden Passwordless.dev React example.
JavaScript
11
star
32

passwordless-nodejs

Bitwarden Passwordless.dev Node.js SDK.
TypeScript
10
star
33

passwordless-java

Bitwarden Passwordless.dev Java SDK.
Java
7
star
34

passwordless-android

Bitwarden Passwordless.dev Android SDK.
Kotlin
7
star
35

sm-ansible

Ansible integration for Secrets Manager
Python
7
star
36

sdk-go

Go
6
star
37

Handlebars.conf

Handlebars templates for config files.
C#
5
star
38

sm-kubernetes

Kubernetes Operator for Bitwarden Secrets Manager.
Go
5
star
39

test-the-web

Test the Web enables anyone to quickly test common browser interactions on the web with mock interfaces.
TypeScript
5
star
40

sdk-swift

Swift
5
star
41

sdk-internal

Rust
4
star
42

passwordless-caniuse

Bitwarden Passwordless.dev site testing.
Vue
4
star
43

api-docs

3
star
44

passwordless-ios

Bitwarden Passwordless.dev iOS SDK.
Swift
3
star
45

passwordless-blazor

Bitwarden Passwordless.dev Blazor SDK.
C#
3
star
46

passwordless-blazor-webassembly

Bitwarden Passwordless.dev Blazor WebAssembly SDK.
C#
2
star
47

adr

Architectural Decision Records
HTML
2
star
48

template

Template repository
2
star
49

renovate-config

2
star
50

dotnet-extensions

.NET extensions.
C#
1
star
51

autopush-manager

A module to subscribe to Mozilla Autopush and receive notifications
TypeScript
1
star
52

server-test-arch

C#
1
star
53

workflow-linter

Python
1
star