Browse Source

Deprecated `--alias`

master
Leo Lamprecht 8 years ago
parent
commit
8b86db4777
No known key found for this signature in database GPG Key ID: B08517883D5E0E10
  1. 5
      bin/now-deploy.js

5
bin/now-deploy.js

@ -177,6 +177,11 @@ if (argv.config) {
cfg.setConfigFile(argv.config)
}
if (Array.isArray(autoAliases)) {
console.log(`${chalk.red('Deprecated!')} The option ${chalk.grey('--alias')} will be removed soon.`)
console.log('Read more about the new way here: http://bit.ly/2l2v5Fg\n')
}
// Create a new deployment if user changed
// the name or made _src public.
// This should just work fine because it doesn't

Loading…
Cancel
Save