vercel
Deploy and manage your Vercel deployments. More information: https://vercel.com/docs/cli.
-
Deploy the current directory:
vercel -
Deploy the current directory to production:
vercel --prod -
Deploy a directory:
vercel {{path/to/project}} -
Initialize an example project:
vercel init -
Deploy with Environment Variables:
vercel --env {{ENV}}={{var}} -
Build with Environment Variables:
vercel --build-env {{ENV}}={{var}} -
Set default regions to enable the deployment on:
vercel --regions {{region_id}} -
Remove a deployment:
vercel remove {{project_name}}
License and Disclaimer
The content on this page is copyright © 2014—present the tldr-pages team and contributors.This page is used with permission under Creative Commons Attribution 4.0 International License.
While we do attempt to make sure content is accurate, there isn't a warranty of any kind.