{
  "slug": "vercel",
  "canonical": "https://doesitcli.com/vercel",
  "markdown": "https://doesitcli.com/vercel.md",
  "displayName": "Vercel",
  "homepage": "https://vercel.com/",
  "cliType": "standalone",
  "region": "global",
  "cliInstall": [
    {
      "command": "npm install -g vercel",
      "official": true
    }
  ],
  "skillInstall": [],
  "openSourceDocsUrl": "https://github.com/vercel/vercel",
  "officialDocsUrl": "https://vercel.com/docs/cli",
  "categories": [
    "devops"
  ],
  "tags": [
    "deployment",
    "edge-compute",
    "serverless",
    "hosting"
  ],
  "oneLiner": "Deploy frontend apps and serverless functions to Vercel's edge network from the terminal.",
  "description": "The Vercel CLI provides a complete interface for deploying and managing projects on Vercel's platform. You can trigger production and preview deployments, manage environment variables, inspect build logs, and link local projects to Vercel without visiting the dashboard. It also supports local development with `vercel dev` to emulate the serverless environment.\n",
  "intents": [
    "deploy a frontend project to production or create preview URLs from the terminal",
    "manage environment variables and project settings without the web dashboard",
    "emulate the Vercel serverless environment locally during development"
  ],
  "alternativesTo": [],
  "status": "active"
}