PgBeam
PgBeam Docs
projectsdomains

domains list

List custom domains

Lists all custom domains registered for the project.

Usage

pgbeam domains list [flags]

Options

OptionDescriptionRequiredDefault
--limit <value>Maximum number of items (1-100)No-
--allFetch every pageNo-

Global options

All global options (--token, --profile, --project, --org, --json, --no-color, --no-trunc, --debug) are also available on this command.

Examples

# List custom domains
pgbeam domains list

# Output as JSON
pgbeam domains list --json

Output

Renders a human-readable table or detail view by default; pass --json for the raw API response.

On this page