Vercel CLI Expands Command Support for DNS Records, Domain Renewal, and Project Operations
Vercel has expanded its command-line interface with new dedicated commands for managing DNS records, domain renewals, and project operations. These updates enable developers to perform configuration changes directly from the terminal or CI/CD pipelines, which previously required using the Vercel web dashboard or interacting with the raw API. For DNS management, developers can now update existing record names, types, TTLs, and MX priorities on the fly by specifying the record ID. Domain management commands support on-demand renewals and toggling auto-renewal settings while providing real-time pricing information in the terminal. Project-level controls have also been enhanced to allow pausing or resuming projects, managing team members, and configuring observability settings via the CLI. These improvements simplify the process of automating infrastructure configurations and managing domains programmatically. However, because actions like domain renewals involve financial transactions and trigger confirmation prompts, developers looking to run these commands in non-interactive CI/CD scripts must ensure they handle CLI prompts and flag specifications correctly.
Related tools
Recommended tools for this topic
These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.
High-value hosting and deployment path for frontend and cloud readers.
View VercelA strong security and edge platform match across CDN, Zero Trust, and app protection.
View CloudflareStrong cloud alternative for startups and developer-led infrastructure decisions.
View DigitalOceanComparison
| Aspect | Before / Alternative | After / This |
|---|---|---|
| DNS record modifications | Manual edits in the web dashboard or raw API calls | Direct CLI updates specifying record ID, name, TTL, and MX priority |
| Domain renewal & settings | Manual renewal via the dashboard billing interface | On-demand CLI renewal and auto-renewal toggles with price displays |
| Project operations | Pausing, resuming, and managing observability through the browser | Integrated terminal commands for project states and observability settings |
Action Checklist
- Upgrade Vercel CLI to the latest version to access the new DNS and project commands Ensure your local and CI environments are updated
- Identify target DNS record IDs to script batch updates Record IDs can be retrieved via the CLI before executing updates
- Verify confirmation prompts when scripting domain renewal commands Ensure interactive prompts do not block non-interactive CI/CD pipelines
Source: Vercel Changelog
This page summarizes the original source. Check the source for full details.


