Merge branch 'master' of github.com:bitwarden/cli

This commit is contained in:
Kyle Spearrin 2018-05-25 08:40:10 -04:00
commit c8edbdeb58
2 changed files with 15 additions and 14 deletions

View File

@ -0,0 +1,15 @@
name: bitwarden-cli
version: 1.0.0
summary: Bitwarden CLI
description: A secure and free password manager for all of your devices.
confinement: strict
apps:
bw:
command: bw
plugs: [network, home, x11]
parts:
bw:
plugin: dump
source: https://github.com/bitwarden/cli/releases/download/v$SNAPCRAFT_PROJECT_VERSION/bw-linux-$SNAPCRAFT_PROJECT_VERSION.zip
prepare: |
chmod +x bw

View File

@ -1,14 +0,0 @@
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"