vercel-cli

Deploy and manage Vercel projects via the command line.

1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/Benmore-Studio/Benmore-Meridian --skill vercel-cli-benmore-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-cli
Source: https://github.com/Benmore-Studio/Benmore-Meridian/tree/main/skills/vercel-cli
Command: npx skills add https://github.com/Benmore-Studio/Benmore-Meridian --skill vercel-cli-benmore-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Streamlines deploying, configuring, and operating Vercel projects from the command line, reducing manual steps and context switches.

Core Features & Use Cases

  • Deploy and manage projects using vercel or vc from the terminal.
  • Link projects and monorepos with vercel link to ensure correct project scoping.
  • Pull environment variables and enable local development with vercel pull and vercel dev.

Quick Start

Install the Vercel CLI globally, log in, link your project, pull environment vars, and then start development or deploy.

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?

You can deploy to Vercel from the command line using the vercel or vc commands. This streamlines deployment and project management by reducing manual steps and context switches during development.

How do I set up Vercel CLI for non-interactive CI environments?

To set up Vercel CLI for non-interactive CI environments, authenticate using a VERCEL_TOKEN. This requires a linked local workspace with a .vercel directory to enable CI-friendly automated deployments.

Can I use Vercel CLI to manage deployments in a monorepo?

Yes, Vercel CLI manages monorepo deployments by using vercel link to ensure correct project scoping. This workflow applies to both single-project and monorepo setups for streamlined terminal operations.

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

You pull environment variables for local development by running vercel pull, followed by vercel dev. This requires a linked local workspace to sync configurations and enable local development seamlessly.

Do I need to link my local workspace before deploying with Vercel CLI?

Yes, you need to link your local workspace using vercel link before deploying. This creates the required .vercel directory, ensuring correct project scoping for both single-project and monorepo workflows.

What is the difference between using Vercel CLI and manual dashboard deployment?

Vercel CLI streamlines deploying, configuring, and operating projects from the terminal, reducing manual steps and context switches. It enables CI-friendly non-interactive usage through VERCEL_TOKEN authentication.