vercel-cli

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

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Tykode/Tykode --skill vercel-cli-tykode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-cli
Source: https://github.com/Tykode/Tykode/tree/main/packages/ui/.agents/skills/vercel-cli
Command: npx skills add https://github.com/Tykode/Tykode --skill vercel-cli-tykode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deploys, manages, and develops Vercel projects from the command line to streamline deployment workflows and environment configuration.

Core Features & Use Cases

  • Deploy, preview, and promote deployments with vercel deploy and vercel --prod, plus preview tooling via vercel curl.
  • Link projects and monorepos with vercel link and vercel link --repo; pull environment variables with vercel pull.
  • Local development and debugging with vercel dev and vercel logs, plus quick inspection of deployments.

Quick Start

Run vercel deploy from your project root to publish a preview 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, run `vercel deploy` from your project root. This creates a preview deployment, while adding the `--prod` flag promotes it directly to production.

Can I manage Vercel environment variables in a monorepo via CLI?

Yes, you can manage Vercel environment variables in a monorepo by using `vercel link --repo` to connect the project, followed by `vercel pull` to download and sync your environment variables locally.

What's the best way to debug Vercel deployments locally?

The best way to debug Vercel deployments locally is using `vercel dev` to run a local development server, combined with `vercel logs` to inspect runtime output and troubleshoot issues.

Does Vercel CLI support CI-friendly authentication for automated deployments?

Yes, Vercel CLI supports CI-friendly authentication for automated deployments by using the `VERCEL_TOKEN` environment variable, enabling secure, automated workflows without manual login prompts.

How do I preview and inspect an existing Vercel deployment from the terminal?

You can preview and inspect an existing Vercel deployment from the terminal by using `vercel curl` to send requests to preview URLs, allowing quick validation of deployment responses.