Skip to content

Commit

Permalink
Deprecated --alias
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Feb 10, 2017
1 parent dab9978 commit 8b86db4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/now-deploy.js
Expand Up @@ -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
Expand Down

0 comments on commit 8b86db4

Please sign in to comment.