mirror of https://github.com/CrimsonTome/tldr.git
28 lines
415 B
Markdown
28 lines
415 B
Markdown
# 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`
|