tldr/pages/common/now.md

29 lines
458 B
Markdown
Raw Normal View History

2019-01-22 09:32:17 +00:00
# now
> Cloud platform for serverless deployment.
2019-06-04 10:00:12 +01:00
> More information: <https://zeit.co/now>.
2019-01-22 09:32:17 +00:00
- 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`