projectsdomains
domains list
List custom domains
List all custom domains configured for the linked project. Shows each domain's ID, hostname, verification status, and creation date.
Usage
pgbeam domains listGlobal options
All global options (--token, --profile,
--project, --org, --json, --no-color, --debug) are also available on
this command.
Examples
# List all custom domains
pgbeam domains list
# List domains as JSON
pgbeam domains list --jsonOutput
Displays a table with columns: ID, Domain, Verified (yes/no), and Created. With
--json, returns the full domain list from the API.