projectsdomains
domains add
Add a custom domain
Registers a new custom domain for the project. Returns DNS verification instructions. Requires a Scale or Enterprise plan.
Usage
pgbeam domains add <domain>Options
| Option | Description | Required | Default |
|---|---|---|---|
<domain> | Yes | - |
Global options
All global options (--token, --profile,
--project, --org, --json, --no-color, --no-trunc, --debug) are
also available on this command.
Examples
# Add a custom domain
pgbeam domains add
# Output as JSON
pgbeam domains add --jsonOutput
Renders a human-readable table or detail view by default; pass --json for the raw API response.