PgBeam
PgBeam Docs
branches

branches list

List sandbox branches

Lists ephemeral sandbox branches for the project's databases.

Usage

pgbeam branches list [flags]

Options

OptionDescriptionRequiredDefault
--status <value>Filter to a single status. One of: pending, ready, error, discarded.No-
--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 sandbox branches
pgbeam branches list

# Output as JSON
pgbeam branches list --json

Output

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

On this page