mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 11:58:15 +00:00
Update cheatsheets
This commit is contained in:
34
now
Normal file
34
now
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# now
|
||||
|
||||
> Cloud platform for serverless deployment.
|
||||
> This command is deprecated. See `vercel`, the updated version of this tool.
|
||||
> 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`
|
||||
Reference in New Issue
Block a user