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
24f01b4006 | ||
---|---|---|
.vscode | ||
jslib@a421f6e64a | ||
src | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
.npmignore | ||
README.md | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
tslint.json | ||
webpack.config.js |
README.md
Bitwarden Command-line Interface
The Bitwarden CLI is written with TypeScript and Node.js. The CLI can be run on Windows, macOS, and Linux distributions.
Download/Install
You can install the CLI two different ways:
- If you already have the Node.js runtime installed on your system, you can simply install the CLI using NPM. NPM makes it way to keep your installation updated as well.
npm install -g @bitwarden/cli
- We provide natively packaged versions of the CLI for each operating system which have no requirements on installing the Node.js runtime. You can obtain these from the downloads section on our website.
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.