PgBeam Docs
projects

projects inspect

Show project details

Display detailed information about a project including its ID, name, organization, status, proxy hostname, and creation date. If no project ID is provided, uses the linked project in the current directory.

Usage

pgbeam projects inspect [id]

Options

OptionDescriptionRequiredDefault
<id>Project ID to inspect. Uses the linked project if omitted.No-

Global options

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

Examples

# Inspect the linked project
pgbeam projects inspect

# Inspect a specific project by ID
pgbeam projects inspect prj_xxx

# Get project details as JSON
pgbeam projects inspect --json

Output

Displays project ID, name, organization, status, proxy host, and creation timestamp. With --json, returns the full project object from the API.

On this page