Skip to content

Releases: airshelf/vx

v0.1.1 — Initial release

27 Feb 08:19

Choose a tag to compare

Fast, agent-friendly Vercel CLI replacement. Bun-powered, JSON-first.

Commands

  • vx ls — list deployments
  • vx logs build <url> — stream build logs
  • vx logs runtime <url> — stream runtime logs
  • vx env — list environment variables
  • vx domains — list domains

Every command supports --json for structured output.

Install

bun install -g @airshelf/vx

Why?

The official vercel CLI hangs on logs, overwrites .env.local, has no JSON output, and can't be used by AI agents. vx fixes all of that.

See README for full docs and AX (Agent Experience) design principles.