Node.js credstash CLI implementation
npm install credstash-clinode-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