Browse Source

Added static sub-command to usage information

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

1
bin/now-deploy

@ -42,6 +42,7 @@ const help = () => {
${chalk.dim('Commands:')}
deploy [path] Performs a deployment ${chalk.bold('(default)')}
static [path] Share project using a static file server
ls | list [app] List deployments
rm | remove [id] Remove a deployment
ln | alias [id] [url] Configures aliases for deployments

Loading…
Cancel
Save