From 4e956ffaecc6b5e3a78b8ad3e3eb596b7ec21426 Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Fri, 19 Feb 2021 13:45:22 -0300 Subject: [PATCH] now: add page (#5283) --- pages/common/now.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 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..18af73047 --- /dev/null +++ b/pages/common/now.md @@ -0,0 +1,29 @@ +# now + +> Cloud platform for serverless deployment. +> This command is deprecated. See `vercel`, the updated version of this tool. +> More information: . + +- 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`