Showing 36 of 36 commands
vercelDeploy Vercel projects from the current directory or specified path
vercel deploy
vercel [options] or vercel --cwd [path-to-project]vercel_devReplicate Vercel deployment environment locally for testing Functions and Middleware
vercel dev [options]vercel_buildBuild Vercel projects locally or in CI/CD, creating artifacts in .vercel/output
vercel build [options]vercel_envManage environment variables in Vercel projects
vercel env [subcommand] [options]vercel_domainsManage custom domains under the current scope
vercel domains [subcommand] [options]vercel_dnsManage DNS records for domains (propagation may take up to 24 hours)
vercel dns [subcommand] [options]vercel_gitManage Git provider repository connections for automated deployments
vercel git [subcommand] [options]vercel_integrationManage integration resources in Vercel projects
vercel integration [subcommand] [integration-name]vercel_whoamiDisplay username of currently authenticated user
vercel whoamivercel_loginAuthenticate with Vercel account
vercel loginvercel_logoutSign out from Vercel account
vercel logoutvercel_listDisplay recent deployments for linked project
vercel ls
vercel list [project-name] [options]vercel_curlExecute curl with automatic deployment protection bypass tokens
vercel curl [path] [curl-options]vercel_httpstatVisualize HTTP request timing statistics with automatic bypass tokens (Beta)
vercel httpstat [path] [options]vercel_bisectBinary search to find when a bug was introduced in deployments
vercel bisect [options]vercel_rolling_releaseManage staged rollouts with gradual traffic distribution
vercel rr
vercel rolling-release [subcommand] [options]vercel_aliasApply custom domains to deployments
vercel alias [subcommand] [options]vercel_projectManage Vercel Projects
vercel project [subcommand] [options]vercel_teamsManage Teams within Vercel
vercel teams [subcommand]vercel_switchSwitch between team scopes
vercel switch [team-name]vercel_pullSync remote environment variables and project settings locally
vercel pull [options]vercel_redeployRebuild and redeploy existing deployment
vercel redeploy [deployment-id or url] [options]vercel_rollbackRevert production deployments to previous versions
vercel rollback [deployment-id or url]vercel_removeRemove deployments or entire projects
vercel rm
vercel remove [deployment-url or project-name]vercel_telemetryManage telemetry data collection
vercel telemetry [subcommand]vercel_promotePromote deployment to be current production
vercel promote [deployment-id or url]vercel_logsDisplay and follow runtime logs from Functions and Middleware
vercel logs [deployment-url or id]vercel_inspectRetrieve deployment information or build logs
vercel inspect [deployment-id or url]vercel_initInitialize Vercel framework examples locally
vercel init [framework] [directory-name]vercel_linkLink local directory to Vercel Project
vercel link [path-to-directory]vercel_certsManage SSL certificates for domains
vercel certs [subcommand]vercel_blobManage Vercel Blob storage
vercel blob [subcommand] [options]vercel_cacheManage CDN and Data cache for projects
vercel cache [subcommand] [options]vercel_installInstall native integrations
vercel install [integration-slug]vercel_integration_resourceManage native integration product resources
vercel integration-resource [subcommand] [resource-name]vercel_helpDisplay help information for Vercel CLI
vercel help