Command Palette

Search for a command to run...

Vercel CLI Master

Complete reference and interactive learning platform for the Vercel CLI

Showing 36 of 36 commands
vercel
Deploy Vercel projects from the current directory or specified path
vercel deploy
vercel [options] or vercel --cwd [path-to-project]
vercel_dev
Replicate Vercel deployment environment locally for testing Functions and Middleware
vercel dev [options]
vercel_build
Build Vercel projects locally or in CI/CD, creating artifacts in .vercel/output
vercel build [options]
vercel_env
Manage environment variables in Vercel projects
vercel env [subcommand] [options]
vercel_domains
Manage custom domains under the current scope
vercel domains [subcommand] [options]
vercel_dns
Manage DNS records for domains (propagation may take up to 24 hours)
vercel dns [subcommand] [options]
vercel_git
Manage Git provider repository connections for automated deployments
vercel git [subcommand] [options]
vercel_integration
Manage integration resources in Vercel projects
vercel integration [subcommand] [integration-name]
vercel_whoami
Display username of currently authenticated user
vercel whoami
vercel_login
Authenticate with Vercel account
vercel login
vercel_logout
Sign out from Vercel account
vercel logout
vercel_list
Display recent deployments for linked project
vercel ls
vercel list [project-name] [options]
vercel_curl
Execute curl with automatic deployment protection bypass tokens
vercel curl [path] [curl-options]
vercel_httpstat
Visualize HTTP request timing statistics with automatic bypass tokens (Beta)
vercel httpstat [path] [options]
vercel_bisect
Binary search to find when a bug was introduced in deployments
vercel bisect [options]
vercel_rolling_release
Manage staged rollouts with gradual traffic distribution
vercel rr
vercel rolling-release [subcommand] [options]
vercel_alias
Apply custom domains to deployments
vercel alias [subcommand] [options]
vercel_project
Manage Vercel Projects
vercel project [subcommand] [options]
vercel_teams
Manage Teams within Vercel
vercel teams [subcommand]
vercel_switch
Switch between team scopes
vercel switch [team-name]
vercel_pull
Sync remote environment variables and project settings locally
vercel pull [options]
vercel_redeploy
Rebuild and redeploy existing deployment
vercel redeploy [deployment-id or url] [options]
vercel_rollback
Revert production deployments to previous versions
vercel rollback [deployment-id or url]
vercel_remove
Remove deployments or entire projects
vercel rm
vercel remove [deployment-url or project-name]
vercel_telemetry
Manage telemetry data collection
vercel telemetry [subcommand]
vercel_promote
Promote deployment to be current production
vercel promote [deployment-id or url]
vercel_logs
Display and follow runtime logs from Functions and Middleware
vercel logs [deployment-url or id]
vercel_inspect
Retrieve deployment information or build logs
vercel inspect [deployment-id or url]
vercel_init
Initialize Vercel framework examples locally
vercel init [framework] [directory-name]
vercel_link
Link local directory to Vercel Project
vercel link [path-to-directory]
vercel_certs
Manage SSL certificates for domains
vercel certs [subcommand]
vercel_blob
Manage Vercel Blob storage
vercel blob [subcommand] [options]
vercel_cache
Manage CDN and Data cache for projects
vercel cache [subcommand] [options]
vercel_install
Install native integrations
vercel install [integration-slug]
vercel_integration_resource
Manage native integration product resources
vercel integration-resource [subcommand] [resource-name]
vercel_help
Display help information for Vercel CLI
vercel help