L'estensione per Browser di Bitwarden funziona con Chrome, Firefox, Edge, Opera, Safari, Vivaldi, brave, Tor Browser. L'istanza bitwarden dei devol comprende tutte le funzioni premium di bitwarden https://vaultwarden.devol.it
Go to file
Kyle Spearrin 11cf3d0f39 readme updates 2018-05-15 08:00:27 -04:00
.vscode cli response objects 2018-05-14 14:54:19 -04:00
jslib@17cf059970 node api service 2018-05-14 23:57:02 -04:00
src node api service 2018-05-14 23:57:02 -04:00
.editorconfig command structure. debugging 2018-05-12 15:12:28 -04:00
.gitignore switch to webpack 2018-05-14 23:16:59 -04:00
.gitmodules add jslib 2018-05-12 14:23:34 -04:00
.npmignore publish to npm 2018-05-15 00:45:42 -04:00
README.md readme updates 2018-05-15 08:00:27 -04:00
package-lock.json sub scripts 2018-05-14 23:58:35 -04:00
package.json publish to npm 2018-05-15 00:45:42 -04:00
tsconfig.json switch to webpack 2018-05-14 23:16:59 -04:00
tslint.json command structure. debugging 2018-05-12 15:12:28 -04:00
webpack.config.js lint fixes 2018-05-14 23:40:11 -04:00

README.md

appveyor build travis build Join the chat at https://gitter.im/bitwarden/Lobby

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.