mirror of
https://github.com/bitwarden/cli
synced 2025-12-11 05:43:20 +00:00
11cf3d0f391a0a8280c25c78c209a79ed28b22f9
Bitwarden Command-line Interface
The Bitwarden CLI is written in NodeJS with TypeScript. The CLI can be run on Windows, macOS, and Linux distributions.
Build/Run
Requirements
Run the app
npm install
npm run build:watch
You can then run commands from the ./build folder:
node ./build/bw.js login
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.
Description
Languages
TypeScript
97.2%
PowerShell
1.6%
JavaScript
1.2%
