What problem does it solve? Managing Vercel deployments, environment variables, domains, and integrations from the command line involves many commands, flags, and linking conventions that are easy to get wrong, especially in monorepos and CI pipelines. ## Core Features & Use Cases - Deployment Workflows: Run preview and production deployments, prebuilt builds, blue/green releases, rolling releases, and rollbacks. - Project & Environment Management: Link projects or monorepos, pull environment variables, manage teams, domains, DNS, and blob storage. - Integrations & Debugging: Provision Marketplace integrations with automatic env var injection, stream logs, query metrics, and access protected preview deployments with vercel curl. - Use Case: In a CI pipeline, run vercel pull, vercel build --prod, and vercel deploy --prebuilt --prod with VERCEL_TOKEN to ship deterministic production builds without interactive prompts. ## Quick Start Ask the assistant to deploy your project to Vercel production and it will link the project, pull environment variables, and run the deployment.