b8e auth
Authenticate b8e (login, logout, status)
b8e auth --help
Section titled “b8e auth --help”Identical to what the terminal prints — both are rendered from the same commander definition.
Usage: b8e auth [options] [command]
Authenticate b8e (login, logout, status)
Options: -h, --help display help for command
Commands: login Sign in with a browser logout Sign out and remove the stored session status [options] Show which credential is in play and where it came from list|ls [options] list credentials help [command] display help for command
EXAMPLES # Sign in with a browser $ b8e auth login
# Diagnose which credential a command will use $ b8e auth status
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