PgBeam Docs
projects

projects inspect

Show detailed project information.

Show detailed project information including databases, regions, and configuration.

Usage

pgbeam projects inspect <project-id> [flags]

Flags

FlagDescription
--jsonOutput as JSON

Examples

# Inspect a project by ID
pgbeam projects inspect prj_abc123

# Output as JSON
pgbeam projects inspect prj_abc123 --json

# Inspect the linked project
pgbeam projects inspect $(pgbeam projects linked)

On this page