b8e profile list
List the project’s personas and which deployments each has a login on
Options
Section titled “Options”| Option | Takes | Default | Description |
|---|---|---|---|
-f, --format <format> | value | pretty | output format |
--project <id> | value | project (default: the one b8e project selected) |
b8e profile list --help
Section titled “b8e profile list --help”Identical to what the terminal prints — both are rendered from the same commander definition.
Usage: b8e profile list|ls [options]
List the project's personas and which deployments each has a login on
Options: -f, --format <format> output format (choices: "pretty", "json", default: "pretty") --project <id> project (default: the one `b8e project` selected) -h, --help display help for command
EXAMPLES # Every persona in the selected project, with its logins per deployment $ b8e profile list
# For a script $ b8e profile list --format json | jq -r '.[].name'
INHERITED FLAGS --org <id|slug|name> organization context [$BINCLUSIVE_ORG_ID] -y, --yes skip all prompts and accept defaults --non-interactive never prompt; fail instead of asking --progress <mode> how progress is reported -q, --quiet suppress progress output (same as --progress quiet) --no-color disable color -v, --verbose verbose diagnostics -V, --version print the CLI version -h, --help show help for command