Vercel CLI expands support for DNS, domains, and project commands
Vercel agents can now manage DNS, domains, project state, observability, and members through structured CLI commands, while purchases and destructive actions retain confirmation gates.
The Vercel CLI adds dedicated commands for **DNS records**, **domain renewal**, project pause and resume, observability settings, and project membership. DNS updates cover common fields plus SRV-specific settings.
Agent workflows can consume **structured JSON output**, reducing dashboard handoffs and brittle terminal parsing. Update the CLI before adding these operations to deployment or maintenance scripts.
The Vercel CLI adds dedicated commands for **DNS records**, **domain renewal**, project pause and resume, observability settings, and project membership. DNS updates cover common fields plus SRV-specific settings. Agent workflows can consume **structured JSON output**, reducing dashboard handoffs and brittle terminal parsing. Update the CLI before adding these operations to deployment or maintenance scripts. Billable and destructive operations still require **explicit confirmation**. That safeguard limits unattended automation, and domain renewal applies only to domains purchased through Vercel.
This broadens the infrastructure surface that agents and scripts can operate through structured CLI output, reducing dashboard handoffs and fragile parsing. It also preserves an important autonomy boundary: billable or destructive actions still require confirmation, so these commands enable supervised automation rather than fully unattended infrastructure management.