All Projects → bitwarden → Cli

bitwarden / Cli

Licence: gpl-3.0
The command line vault (Windows, macOS, & Linux).

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Cli

Git Peek
git repo to local editor instantly
Stars: ✭ 485 (-53.54%)
Mutual labels:  cli, homebrew
Install Self Peers
Stars: ✭ 26 (-97.51%)
Mutual labels:  cli, npm
Dark Mode
Control the macOS dark mode from the command-line
Stars: ✭ 518 (-50.38%)
Mutual labels:  cli, homebrew
Strongbox
Strongbox is an artifact repository manager.
Stars: ✭ 412 (-60.54%)
Mutual labels:  npm, chocolatey
Npm Build Boilerplate
A collection of packages that build a website using npm scripts.
Stars: ✭ 963 (-7.76%)
Mutual labels:  cli, npm
Npm Run All
A CLI tool to run multiple npm-scripts in parallel or sequential.
Stars: ✭ 4,496 (+330.65%)
Mutual labels:  cli, npm
Ntl
Node Task List: Interactive cli to list and run package.json scripts
Stars: ✭ 800 (-23.37%)
Mutual labels:  cli, npm
Syncpack
Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces
Stars: ✭ 356 (-65.9%)
Mutual labels:  cli, npm
Gub
CLI tool for create an npm package from any repos. 🐳
Stars: ✭ 31 (-97.03%)
Mutual labels:  cli, npm
Typac
install npm packages along with corresponding typings
Stars: ✭ 29 (-97.22%)
Mutual labels:  cli, npm
Release It
🚀 Automate versioning and package publishing
Stars: ✭ 4,773 (+357.18%)
Mutual labels:  cli, npm
Nls
Missing inspector for npm packages.
Stars: ✭ 44 (-95.79%)
Mutual labels:  cli, npm
Cpx
A cli tool to watch and copy file globs.
Stars: ✭ 394 (-62.26%)
Mutual labels:  cli, npm
Npkill
List any node_modules directories in your system, as well as the space they take up. You can then select which ones you want to erase to free up space.
Stars: ✭ 5,325 (+410.06%)
Mutual labels:  cli, npm
Npx card
use npx anmol to connect with me
Stars: ✭ 377 (-63.89%)
Mutual labels:  cli, npm
Np
A better `npm publish`
Stars: ✭ 6,401 (+513.12%)
Mutual labels:  cli, npm
meta-package-manager
🎁 a wrapper around all package managers
Stars: ✭ 277 (-73.47%)
Mutual labels:  homebrew, snap
Wasm Pack
This tool seeks to be a one-stop shop for building and working with rust- generated WebAssembly that you would like to interop with JavaScript, in the browser or with Node.js. wasm-pack helps you build rust-generated WebAssembly packages that you could publish to the npm registry, or otherwise use alongside any javascript packages in workflows that you already use, such as webpack.
Stars: ✭ 3,848 (+268.58%)
Mutual labels:  cli, npm
Yarpm
CLI tool to run npm scripts with either npm or yarn, depending on how it was started
Stars: ✭ 13 (-98.75%)
Mutual labels:  cli, npm
Catage
Node package and CLI tool to convert code into an image with syntax highlighting
Stars: ✭ 44 (-95.79%)
Mutual labels:  cli, npm

appveyor build 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

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].