Browse Source
Added static sub-command to usage information
master
Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: EF804E3FF4BBA8AB
1 changed files with
1 additions and
0 deletions
-
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 |
|
|
|