now
was the original Vercel CLI
TLDR
Deploy project
$ now
Deploy with alias$ now --alias [myapp]
Deploy production$ now --prod
List deployments$ now ls
Remove deployment$ now rm [deployment-url]
Show logs$ now logs [deployment-url]
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.
