Vercel CLI expands commands for DNS, domains, and projects
Vercel CLI now includes dedicated commands for managing DNS records, domains, and projects, enabling terminal-based configuration that was previously only available in the dashboard. New capabilities include updating DNS records, renewing domains, controlling project state and observability, and managing project members with JSON output support.
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 a DNS record or update it in place using its record ID.
supports changes to the record name, type, value, TTL, MX priority, and comment. SRV records can also be updated using their priority, weight, port, and target fields.vercel dns update
Renew a domain on demand or control whether it renews automatically.
The renewal command displays the current renewal price and asks for confirmation before completing the purchase.
Pause or resume a project and configure its observability features directly from the CLI. Web Analytics and Speed Insights could already be enabled from the CLI; they can now be disabled as well.
Add a project member with a specific role or remove an existing member.
All of the new commands support structured JSON output for scripts and agents. Billable or destructive actions require explicit confirmation.
Update to version (or later) of the Vercel CLI to use the new commands: 59.6.2
Learn more in the . Vercel CLI documentation
Inspect and update DNS records
Renew domains bought on Vercel
Control project state and observability
Add and remove project members
Source: original entry ↗