From aa66f07cd59d4242385b49c7452e84f020c8af5e Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Mon, 17 Oct 2016 15:08:14 -0700 Subject: [PATCH] deploy: document --npm and --docker --- bin/now-deploy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/now-deploy b/bin/now-deploy index 6415c4c..23763ec 100755 --- a/bin/now-deploy +++ b/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:')}