LinuxCommandLibrary

vercel

Deploy and manage your Vercel deployments.

TLDR

Deploy the current directory

$ vercel
copy


Deploy the current directory to production
$ vercel --prod
copy


Deploy a directory
$ vercel [path/to/project]
copy


Initialize an example project
$ vercel init
copy


Deploy with Environment Variables
$ vercel --env [ENV]=[var]
copy


Build with Environment Variables
$ vercel --build-env [ENV]=[var]
copy


Set default regions to enable the deployment on
$ vercel --regions [region_id]
copy


Remove a deployment
$ vercel remove [project_name]
copy

Copied to clipboard