2025-03-14 21:59:59 -06:00
|
|
|
# now
|
|
|
|
|
|
|
|
|
|
> Cloud platform for serverless deployment.
|
|
|
|
|
> This command is deprecated. See `vercel`, the updated version of this tool.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://vercel.com/home>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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`
|