From f677786035009a9f49f0d5ae1da510afb478f542 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Sat, 22 Oct 2016 12:16:37 +0200 Subject: [PATCH] Added static sub-command to usage information --- bin/now-deploy | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/now-deploy b/bin/now-deploy index ff7cce0..6df9134 100755 --- a/bin/now-deploy +++ b/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