b8e org list
List the organizations this session can act for
Options
Section titled “Options”| Option | Takes | Default | Description |
|---|---|---|---|
-f, --format <format> | value | pretty | output format |
b8e org list --help
Section titled “b8e org list --help”Identical to what the terminal prints — both are rendered from the same commander definition.
Usage: b8e org list|ls [options]
List the organizations this session can act for
Options: -f, --format <format> output format (choices: "pretty", "json", default: "pretty") -h, --help display help for command
EXAMPLES # Every organization you belong to $ b8e org list
# Just the slugs, for a script $ b8e org list --format json | jq -r '.[].slug'
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