From c7efbe967c66a76e0f0a77d84d2e8ed7ec2ace24 Mon Sep 17 00:00:00 2001 From: Maga Alkhasov <12317269+musewick@users.noreply.github.com> Date: Tue, 22 Jan 2019 12:32:17 +0300 Subject: [PATCH] now: add page (#2711) --- pages/common/now.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pages/common/now.md diff --git a/pages/common/now.md b/pages/common/now.md new file mode 100644 index 000000000..c481b16ec --- /dev/null +++ b/pages/common/now.md @@ -0,0 +1,27 @@ +# now + +> Cloud platform for serverless deployment. + +- Deploy the current directory: + +`now` + +- Display a list of deployments: + +`now list` + +- Display information related to a deployment: + +`now inspect {{deployment_url}}` + +- Remove a deployment: + +`now remove {{deployment_id}}` + +- Log in into an account or create a new one: + +`now login` + +- Initialize an example project (a new directory will be created): + +`now init`