vercel: add page (#5278)

remove now.md page replaced by vercel
This commit is contained in:
Felix Swinkels
2021-02-19 11:11:57 +01:00
committed by GitHub
parent 0f4bf14bd6
commit 70a76e5280
2 changed files with 36 additions and 28 deletions

View File

@@ -1,28 +0,0 @@
# now
> Cloud platform for serverless deployment.
> 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`