ToolsAugust 28, 2026via Vercel Blog
Vercel CLI expands commands for DNS, domains, and projects
Why it matters
Vercel expands CLI capabilities with DNS and domain management commands, including agent-native JSON output. Practitioners automating infrastructure can now handle more workflows from the terminal; teams building agents gain more platform control without dashboard context-switching.
Key signals
- New CLI commands: dns update, domain renewal, project pause/resume, observability configuration, member management
- All new commands support structured JSON output for scripts and agents
- Billable or destructive actions require explicit confirmation
- Vercel CLI version 59.6.2 or later required
- Commands callable interactively, in scripts, or by agents
- New CLI commands: dns update, domain renewal, project pause/resume, project member add/remove
- Version 59.6.2 or later required
- Feature framed explicitly as enabling agent use cases
The hook
Vercel CLI now speaks agent-native. DNS, domains, projects — all structured JSON output for automation.
The Vercel CLI now provides dedicated commands for managing DNS records, domains, and projects. This brings more of the functionality available through the Vercel dashboard and API to the terminal, where it can be used interactively, in scripts, or by agents.
Retrieve the complete configuration for …