Linux command
now 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
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]
说明
now was the original Vercel CLI. Deploys applications to Vercel platform. The tool has been renamed to vercel. Legacy command still works.
参数
- --alias _NAME_
- Set deployment alias.
- --prod
- Production deployment.
- ls
- List deployments.
- rm _URL_
- Remove deployment.
- logs _URL_
- View logs.
- --help
- Display help information.
FAQ
What is the now command used for?
now was the original Vercel CLI. Deploys applications to Vercel platform. The tool has been renamed to vercel. Legacy command still works.
How do I run a basic now example?
Run `now` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --alias _NAME_ do in now?
Set deployment alias.