Syntax
vercel domains [subcommand] [options]Subcommands
Available subcommands for this command
lsList all domains
inspectGet detailed domain information
vercel domains inspect [domain]addAdd domain to scope or project
vercel domains add [domain] [project]rmRemove domain from scope
vercel domains rm [domain]buyPurchase a domain
vercel domains buy [domain]moveTransfer domain to another scope
vercel domains move [domain] [scope-name]transfer-inTransfer in external domain
vercel domains transfer-in [domain]Examples
Common usage examples
vercel domains ls --limit 50vercel domains add example.com my-projectvercel domains rm old-domain.com --yesUse Cases
When to use this command
- •Manage custom domains
- •Transfer domains between teams
- •Purchase new domains
- •Domain inventory management