mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
now: add page (#2711)
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# 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`
|
||||
Reference in New Issue
Block a user