1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:02:08 +02:00
tldr/pages/common/now.md
2021-02-19 13:45:22 -03:00

29 lines
536 B
Markdown

# 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`