UNPKG

credstash-cli

Version:

Node.js credstash CLI implementation

9 lines (7 loc) 217 B
'use strict'; module.exports = function(opts) { return opts.yargs.command('setup', 'setup the credential store', {}, argv => opts.getCredstash(argv) .then(credstash => credstash.createDdbTable()) ); };