Vercel CLI

Deploy projects, manage domains, env vars, and inspect logs on Vercel. Use when an agent needs to deploy a web app, configure environment variables, or manage Vercel project settings.

Composio HQ 6f1a9d4 932 B Updated 66.9k repo stars

File contents

Vercel CLI

Deploy projects, manage domains and env vars, inspect logs, and sync local project settings.

Installation

npm i -g vercel
vercel login

Key Commands

vercel deploy
vercel deploy --prod
vercel env ls
vercel env add VARIABLE_NAME production
vercel domains ls
vercel logs <deployment-url>
vercel pull                    # sync project settings locally
vercel inspect <deployment-url>

Agent-Friendly Features

  • Token auth via --token or VERCEL_TOKEN for CI
  • --yes flag to skip confirmation prompts
  • JSON output on inspection commands
  • Non-interactive deployment mode

ComposioHQ/awesome-agent-clis/tree/main/vercel-cli commit 6f1a9d43f0

Frequently asked questions

npx skillmds@latest add composiohq/vercel-cli