PgBeam
PgBeam Docs
projects

projects inspect

Get a project

Returns a single project by ID.

Usage

pgbeam projects inspect [id]

Options

OptionDescriptionRequiredDefault
<id>No-

Global options

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

Examples

# Get a project
pgbeam projects inspect

# Output as JSON
pgbeam projects inspect --json

Output

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

On this page