Back to news
cloud Priority 4/5 8/29/2026, 11:05:47 AM

Vercel CLI Expands Capabilities with Advanced DNS, Domain, and Project Management Commands

Vercel CLI Expands Capabilities with Advanced DNS, Domain, and Project Management Commands

Vercel has released a major update to its Command Line Interface (CLI), introducing a suite of dedicated commands for DNS records, domain management, and project lifecycle controls. Previously, tasks like configuring complex records or pausing projects required developers to navigate the Vercel dashboard or invoke manual API requests. This update enables engineers to automate these workflows through terminal commands, custom scripts, and AI-driven automation tools.

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.

#vercel#cli#dns#devops

Comparison

AspectBefore / AlternativeAfter / This
DNS Record ModificationMust delete and recreate records, or update via dashboard UIUpdate directly by record ID with customizable TTL, MX, and SRV fields
Domain RenewalAutomatic renewal defaults managed via dashboardOn-demand renewal and auto-renew toggling from the terminal
Project State ControlManual toggling of active/paused status in dashboard settingsImmediate control via pause and resume CLI commands
Price CheckingCheck pricing page or invoice settings in browserInteractive pricing confirmations displayed in the CLI during renewal

Action Checklist

  1. Update Vercel CLI to the latest version via npm or your package manager Use npm install -g vercel to fetch the newest commands
  2. Verify DNS management features with the updated subcommand set Test modifications on test domains first to verify TTL and SRV parameters
  3. Integrate project pause and resume commands into staging or CI/CD pipelines Useful for turning off dev projects automatically outside working hours

Source: Vercel Changelog

This page summarizes the original source. Check the source for full details.

Related

Vercel Adds Agent Runs Tracing Capability to MCP Server and CLI
devops 7/7/2026 Vercel Changelog
Vercel Adds Agent Runs Tracing Capability to MCP Server and CLI

運用や自動化の改善が継続的に効く話題です。 Vercel has expanded its Agent Runs feature, allowing developers…

Vercel has expanded its Agent Runs feature, allowing developers to retrieve full execution traces,…

#vercel#mcp#ai-agent
Kubernetes v1.37 Promotes Metrics API to General Availability
cloud 8/29/2026 Kubernetes Blog
Kubernetes v1.37 Promotes Metrics API to General Availability

インフラや運用設定の変更が事業に直結します。 The Kubernetes Metrics API has graduated to General Availability…

The Kubernetes Metrics API has graduated to General Availability in version 1.37, providing formal…

#kubernetes#devops#cloud