vercel-cli

Automate Vercel project deployment, management, and local development via CLI.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/tunnckoCore/agent-skills --skill vercel-cli-tunnckocore
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-cli
Source: https://github.com/tunnckoCore/agent-skills/tree/main/skills/vercel-cli
Command: npx skills add https://github.com/tunnckoCore/agent-skills --skill vercel-cli-tunnckocore

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of deploying, managing, and developing projects on the Vercel platform directly from the command line, eliminating the need for manual dashboard interactions for common tasks.

Core Features & Use Cases

  • Deployment: Deploy code to Vercel for preview or production.
  • Project Management: Link projects, manage environments, and configure domains.
  • Local Development: Run projects locally with vercel dev.
  • Use Case: A developer needs to quickly deploy a new feature branch to a preview URL for QA testing, then promote a stable branch to production.

Quick Start

Use the vercel-cli skill to deploy the current project to production.

Frequently Asked Questions about vercel-cli

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

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

Deploy your project to Vercel from the command line by linking the repository and executing the deployment command. This pushes your code directly to a preview or production environment without manual dashboard interactions.

Can I manage Vercel environment variables and domains via CLI?

Yes, you can manage Vercel environment variables and configure domains via CLI. The tool allows you to link projects, manage environments, and set up domain routing entirely through terminal commands.

How does running a local development server with Vercel work?

Running a local development server with Vercel works by executing a local dev command that simulates the Vercel deployment environment. This allows you to develop and test serverless functions and frontend code locally before pushing changes.

What is the best way to automate Vercel deployments for QA testing?

The best way to automate Vercel deployments for QA testing is using CLI commands within your CI/CD pipeline. You can deploy a feature branch to a preview URL, run tests, and then promote the stable branch to production.

Do I need to use the Vercel dashboard if I manage my project through CLI?

You do not need to use the Vercel dashboard for common tasks if you manage your project through CLI. The command-line interface handles deployment, project linking, environment configuration, and local development independently.