This block + 6,000 more — yours with Pro

Features Terminal Command Showcase

147/170
DocsAll

Command surface

One CLI. Every workflow your team actually runs.

Deploy, build, test, and tail logs with a single binary. Every command is memorable, composable, and returns machine-readable output so automation stays trivial.

~/projects/api
zsh
$git push origin main
Enumerating objects: 14, done.
Writing objects: 100% (8/8), 1.24 KiB
To github.com:acme/api.git
$vercel deploy --prod
Vercel CLI 34.2.1
Inspect: https://vercel.com/acme/api/8f2a...
Production: https://api.acme.com [3s]
$vercel alias set api-staging api.acme.dev
Success! Alias created [210ms]
$vercel env pull .env.local
Downloaded 12 environment variables [480ms]
$

One-line install

Pipe the install script into your shell and the CLI is on your path in under five seconds — no package manager, no config.

Included in every plan

Scriptable by default

Every command supports --json output and exit codes that match POSIX conventions, so composing shell pipelines is frictionless.

Included in every plan

CI-native

First-class GitHub Actions, GitLab CI, and CircleCI integrations ship in the box with pre-signed tokens and cached binaries.

Included in every plan