now: add page (#2711)

italian
Maga Alkhasov 2019-01-22 12:32:17 +03:00 committed by Owen Voke
parent 2babee607a
commit c7efbe967c
1 changed files with 27 additions and 0 deletions

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

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