Vercel

Vercel CLI Adds New Command for Domain Availability Search


Executive Summary

Vercel has updated its Command Line Interface (CLI) with a new `vercel domains search` command. This feature enables developers to check the availability, purchase price, and renewal cost of domain names across all TLDs supported by Vercel, directly from their terminal. The command includes several filtering and formatting options to streamline the process of finding and acquiring domains for projects.

Key Takeaways

* New Command: The `vercel domains search` command is now part of the Vercel CLI.

* Core Functionality: It allows users to query a domain name and retrieve its availability and pricing information.

* Advanced Options: The command supports several flags for enhanced searching, including:

* Filtering by specific TLDs (`--tld`).

* Showing only available domains (`--available`).

* Sorting results (`--order`).

* Outputting results in JSON format (`--format json`).

* Availability: The feature is available immediately by upgrading the Vercel CLI to version 54.10.1.

Strategic Importance

This update integrates a crucial part of the project setup workflow directly into the CLI, reducing context switching for developers and strengthening Vercel's position as a comprehensive developer platform.

Original article