Vercel CLI Expands With DNS, Domain, and Project Commands
The Vercel CLI now has dedicated subcommands for managing DNS records, domains, and projects — moving more dashboard functionality into the terminal where it can be used interactively, in scripts, or by coding agents.
You can retrieve a DNS record's full configuration and update it in place using its record ID. Domain and project management commands follow the same pattern: inspect, update, list — all without opening the dashboard.
This matters because Vercel's CLI is the primary interface for CI/CD pipelines, infrastructure-as-code workflows, and increasingly for agent-driven automation. Every action that doesn't require a browser is one less context switch. Combined with the new eve agent builder and AI Gateway model additions, Vercel is steadily making the CLI a first-class deployment control plane — not just a deploy tool.