Yesterday's Top Poster

Vercel CLI now supports verifying DNS configuration

  • Thread starter Thread starter Can Temizyurek, Elliot Dauber
  • Start date Start date
You can now use the Vercel CLI to diagnose a domain's DNS configuration.

Using the vercel domains verify command, you can check whether a domain is correctly configured, attached to the right project, and verified. If not, it returns the exact steps to fix it.


vercel domains verify inspects ownership, DNS records, nameservers, DNSSEC, conflicting records, and project attachment, and tells you precisely what to change. When the domain is correctly configured, you get a single line back:


With --format json, the command returns the full diagnosis: status, reason, recommended records, detected conflicts, and suggested next commands. It exits non-zero when misconfigured or unverified, making it scriptable for CI and automation:


You can also scope to a project, enforce exact matching, or run non-interactively:


Upgrade your Vercel CLI to version 54.15.1 to get started. Learn more in the vercel domains verify documentation.

Read more

Continue reading...
 
Back
Top