Skip to content

b8e auth status

Show which credential is in play and where it came from

OptionTakesDefaultDescription
-f, --format <format>valueprettyoutput format

Identical to what the terminal prints — both are rendered from the same commander definition.

Usage: b8e auth status [options]
Show which credential is in play and where it came from
Options:
-f, --format <format> output format (choices: "pretty", "json", default:
"pretty")
-h, --help display help for command
EXAMPLES
# Which credential will my next command use?
$ b8e auth status
# The same facts, for a script
$ b8e auth status --format json | jq '.session.org'
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