vercel-cli

Deploy and manage Vercel projects from the command line.

13|13|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/databricks/devhub --skill vercel-cli-databricks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-cli
Source: https://github.com/databricks/devhub/tree/main/.agents/skills/vercel-cli
Command: npx skills add https://github.com/databricks/devhub --skill vercel-cli-databricks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines deploying, managing, and developing Vercel projects from the command line, removing the friction of UI navigation and manual setup.

Core Features & Use Cases

  • Deploy previews and production deployments from the terminal, including monorepo support and project linking.
  • Manage environment variables, pull project configuration, and perform local development with quick feedback loops.
  • Use in real-world workflows to bootstrap apps, iterate quickly on changes, and automate repetitive tasks with CLI commands.

Quick Start

Run vercel dev to start local development and vercel deploy to publish a production deployment.

Frequently Asked Questions about vercel-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Vercel project from the command line?

To deploy a Vercel project from the command line, authenticate with VERCEL_TOKEN, ensure correct project linkage under .vercel, and run vercel deploy to publish your production deployment.

How can I manage Vercel environment variables and local development via CLI?

Manage Vercel environment variables and local development by pulling project configuration to your local machine. Run vercel dev to start a local development server for quick feedback loops.

Does Vercel CLI support monorepo workflows and project linking?

Yes, Vercel CLI supports monorepo workflows and project linking. It streamlines linking specific projects within a monorepo structure and deploying them directly from the terminal without UI navigation.

What is the best way to test preview deployments in a CI/CD pipeline?

The best way to test preview deployments in a CI/CD pipeline is to use vercel curl. This command targets preview deployments directly, allowing automated tests to validate serverless endpoints before production release.

Do I need a VERCEL_TOKEN to automate serverless deployments from the terminal?

Yes, you need a VERCEL_TOKEN to automate serverless deployments from the terminal. The Skill enforces authentication with this token to manage projects, pull configurations, and execute commands in automated environments.

Why should I use the CLI instead of the Vercel dashboard for DevOps tasks?

Use the Vercel CLI instead of the dashboard to remove UI navigation friction. It allows DevOps teams to bootstrap apps, iterate on changes, and automate repetitive serverless deployment tasks directly from the command line.