PgBeam
PgBeam Docs
projects

projects list

List projects

Lists projects filtered by organization. Requires org_id query parameter.

Usage

pgbeam projects list [flags]

Options

OptionDescriptionRequiredDefault
--sort-by <value>Sort field for projects list. One of: name, created_at, active_connections.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 projects
pgbeam projects list

# Output as JSON
pgbeam projects list --json

Output

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

On this page