Vercel CLI expands commands for DNS, domains, and projects
By Steven Van ·
The Vercel CLI now provides dedicated commands for managing DNS records, domains, and projects.
The Vercel CLI adds dedicated commands for DNS records, domains, and project management, covering functionality that previously required the dashboard or API. All of the new commands support structured JSON output for scripts and agents, and billable or destructive actions require explicit confirmation.
- DNS: vercel dns inspect retrieves a record's full configuration, and vercel dns update changes its name, type, value, TTL, MX priority, or comment (plus priority, weight, port, and target for SRV records), using the record ID.
- Domain renewal: vercel domains renew renews a domain bought on Vercel on demand, showing the renewal price and asking for confirmation first. vercel domains auto-renew turns automatic renewal on or off.
- Project state and observability: vercel project pause and resume control a project's state. Observability, Web Analytics, and Speed Insights, previously enable-only from the CLI, can now also be disabled with vercel project observability disable, web-analytics disable, and speed-insights disable.
- Project members: vercel project members add adds a member with a given role, and members remove removes one.
The new commands require CLI version 59.6.2 or later, installable via npm i -g vercel@latest. Details are in the Vercel CLI documentation.

Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →