Browse Source

help: add `rename`

master
Guillermo Rauch 9 years ago
parent
commit
2c28348ed9
  1. 2
      bin/now-secrets

2
bin/now-secrets

@ -20,7 +20,7 @@ const subcommand = argv._[0];
// options // options
const help = () => { const help = () => {
console.log(` console.log(`
${chalk.bold('𝚫 now secrets')} <ls | add | rm> <secret> ${chalk.bold('𝚫 now secrets')} <ls | add | rename | rm> <secret>
${chalk.dim('Options:')} ${chalk.dim('Options:')}

Loading…
Cancel
Save