Browse Source
A small superficial change to bin/now-deploy.js so that we can specify one or more aliases whilst deploying. **Examples** ``` now --alias a.com now --alias a.com --alias b.com ``` We handle the alias assignment serially so that the CLI output makes sense. **Some thoughts** - I’m hoping this PR can close out #172 - Aware this PR likely affects #68 - This is a superficial change, really we should update the lib/alias.js to handle multiple domainsmaster
Luke Morton
8 years ago
committed by
Leo Lamprecht
1 changed files with 5 additions and 4 deletions
Loading…
Reference in new issue