now: add page (#5283)

translation-badges
Axel Navarro 2021-02-19 13:45:22 -03:00 committed by GitHub
parent 66b49e9dcc
commit 4e956ffaec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

29
pages/common/now.md Normal file
View File

@ -0,0 +1,29 @@
# now
> Cloud platform for serverless deployment.
> This command is deprecated. See `vercel`, the updated version of this tool.
> More information: <https://zeit.co/now>.
- 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`