PgBeam Docs
branches

branches list

List ephemeral database sandbox branches

List ephemeral database sandbox branches for the linked project. By default only active (non-discarded) branches are shown; pass --all to include discarded ones. Shows each branch's ID, name, source database, status, and creation time.

Usage

pgbeam branches list [flags]

Options

OptionDescriptionRequiredDefault
--allInclude discarded branchesNofalse

Global options

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

Examples

# List active branches
pgbeam branches list

# Include discarded branches
pgbeam branches list --all

Output

Displays a table with columns: ID, Name, Database, Status, and Created.

On this page