SECURITY Signal 88
Vercel CLI expands commands for DNS, domains, and projects
The Vercel CLI now includes dedicated commands for inspecting and updating DNS records, renewing domains, pausing or resuming projects, configuring observability, and managing project members, with structured JSON output and confirmation prompts.
Engineers can now perform these administrative tasks without leaving the terminal, simplifying scripting and agent-based workflows. The new commands bring parity with the dashboard and API, reducing context switching. However, billable or destructive actions require explicit confirmation, so automation must handle those prompts.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
DNS records can be inspected and updated in place with `vercel dns inspect` and `vercel dns update`.
Domain renewal and auto-renewal are now available via `vercel domains renew` and `vercel domains auto-renew`.
Project commands cover pause/resume, observability toggles, disabling web analytics and speed insights, and adding or removing members.
THE CLUSTER
↗