PgBeam Docs
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 list

Global 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 --json

Output

Displays a table with columns: ID, Domain, Verified (yes/no), and Created. With --json, returns the full domain list from the API.

On this page