mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-08 09:43:42 +01:00
15 lines
339 B
YAML
15 lines
339 B
YAML
name: bitwarden-cli
|
|
version: "1.0.0"
|
|
summary: A secure and free password manager for all of your devices.
|
|
description: A secure and free password manager for all of your devices.
|
|
confinement: strict
|
|
apps:
|
|
bw:
|
|
command: bin/bw
|
|
plugs: [network, home, x11]
|
|
parts:
|
|
bw:
|
|
plugin: nodejs
|
|
node-packages:
|
|
- "@bitwarden/cli"
|