LinuxCommandLibrary

now

was the original Vercel CLI

TLDR

Deploy project

$ now
copy
Deploy with alias
$ now --alias [myapp]
copy
Deploy production
$ now --prod
copy
List deployments
$ now ls
copy
Remove deployment
$ now rm [deployment-url]
copy
Show logs
$ now logs [deployment-url]
copy

SYNOPSIS

now [command] [options]

DESCRIPTION

now was the original Vercel CLI. Deploys applications to Vercel platform.
The tool has been renamed to vercel. Legacy command still works.

PARAMETERS

COMMAND

Now CLI command.
--alias NAME
Set deployment alias.
--prod
Production deployment.
ls
List deployments.
rm URL
Remove deployment.
logs URL
View logs.
--help
Display help information.

CAVEATS

Deprecated name. Use vercel instead. Requires Vercel account.

HISTORY

now was the original name of the Vercel CLI before the company rebranded from ZEIT.

SEE ALSO

vercel(1), netlify(1), firebase(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community