vercel-cli

Deploy, manage, and develop Vercel projects from the command line.

3|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/JoaquinCampo/Skills --skill vercel-cli-joaquincampo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-cli
Source: https://github.com/JoaquinCampo/Skills/tree/main/vercel-cli
Command: npx skills add https://github.com/JoaquinCampo/Skills --skill vercel-cli-joaquincampo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Vercel CLI enables developers to deploy, manage, and develop projects on the Vercel platform directly from the command line, reducing context switching and enabling automation.

Core Features & Use Cases

  • Deploy, preview, and production workflows from the command line, including monorepo support with vercel link and vercel link --repo
  • Local development and env var management with vercel dev and vercel pull
  • Streamlined project linking, configuration, and access to deployment tooling for teams

Quick Start

Use the vercel CLI to log in, link your project, and deploy to a preview or production environment.

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 CLI?

To deploy a Vercel project from the CLI, log in or set a VERCEL_TOKEN, link the project using vercel link, and execute the deploy command to trigger preview or production workflows directly from the command line.

Can I manage Vercel monorepo deployments using the command line?

Yes, you can manage Vercel monorepo deployments using the command line. The CLI supports monorepo configurations through the vercel link and vercel link --repo commands to streamline project linking and isolated deployments.

Do I need a Vercel account and login to use the CLI for automated deployments?

Yes, you need a Vercel account and login to use the CLI for automated deployments. Alternatively, you can authenticate automated CI workflows by setting a VERCEL_TOKEN environment variable instead of manual login.

How do I pull environment variables for local development with Vercel?

You pull environment variables for local development with Vercel by running the vercel pull command. This syncs your local development environment with project configurations, allowing vercel dev to access required environment variables.

What is the best way to automate Vercel deployments in CI?

The best way to automate Vercel deployments in CI is using the Vercel CLI with a VERCEL_TOKEN. Ensure the project is linked via .vercel configurations beforehand to enable automated, non-interactive production deployments.