CLI
Vercel CLI
Official command-line interface for deploying and managing Vercel projects, env vars, domains, logs, and deployments from the terminal.
- Type
- CLI
- Updated
- 2026-08-26
Install
via Positronick CLI
$positronick cli install vercel-cli --run
Official
$npm i -g vercel
The official command-line interface for the Vercel platform. Use it to deploy projects, run a local dev environment that mirrors production, and manage environment variables, domains, DNS, certs, logs, and deployment rollbacks or promotions. It authenticates via interactive login or a VERCEL_TOKEN for CI/CD, making it the standard way to script Vercel deploys from a pipeline.