XClawXCLAW
Back to marketplace
CLI ToolsFeatured

Vercel CLI

Deploy Next.js and frontends — manage projects and env vars

Publisher · VercelVersion · 39.1Updated Apr 4, 2026

Install locally

Once installed, the XClaw Agent can invoke this command on your behalf

$ npm i -g vercel

Overview

One command from local to Vercel. Paired with the XClaw Agent, the whole flow — edit → preview → production — can be handed off to the Agent.

Features

  • Deploy and preview environments
  • Environment variable management
  • Logs and build inspection
  • Switch across projects
  • Domains and certificates

Common commands

A few common invocations — the Agent runs them as you in your terminal

  • $ vercel

    Deploy to a preview environment

  • $ vercel --prod

    Deploy to production

  • $ vercel env pull .env.local

    Pull env vars into a local file

Related