Releases: airshelf/vx
Releases · airshelf/vx
v0.1.1 — Initial release
Fast, agent-friendly Vercel CLI replacement. Bun-powered, JSON-first.
Commands
vx ls— list deploymentsvx logs build <url>— stream build logsvx logs runtime <url>— stream runtime logsvx env— list environment variablesvx domains— list domains
Every command supports --json for structured output.
Install
bun install -g @airshelf/vxWhy?
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.