Browse Source

deploy: document --npm and --docker

master
Nathan Rajlich 8 years ago
committed by Olli Vanhoja
parent
commit
aa66f07cd5
  1. 2
      bin/now-deploy

2
bin/now-deploy

@ -61,6 +61,8 @@ const help = () => {
-e, --env include an env var (e.g.: ${chalk.dim('`-e KEY=value`')}). Can appear many times.
-C, --no-clipboard do not attempt to copy URL to clipboard
-N, --forward-npm forward login information to install private NPM modules
--npm force npm deployment (when both package.json and Dockerfile exist)
--docker force docker deployment (when both package.json and Dockerfile exist)
${chalk.dim('Examples:')}

Loading…
Cancel
Save