credstash-cli
v1.0.4
Published
Node.js credstash CLI implementation
Downloads
914
Readme
node-credstash
Command line usage
$ npm install -g credstash-cli
$ credstash put 'Death Star' 'Invulnerable' 'imperial=true'
Death Star has been stored
$ credstash get 'Death Star' 'imperial=true'
Invulnerable
Please go to credstash for command line documentation