Skip to content

b8e profile

Capture a persona’s login so journeys behind a sign-in can be audited

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

Usage: b8e profile [options] [command]
Capture a persona's login so journeys behind a sign-in can be audited
Options:
-h, --help display help for command
Commands:
create [options] capture a persona's login on a deployment
list|ls [options] list personas
help [command] display help for command
EXAMPLES
# Log in as a persona on a deployment and keep the session for audits
$ b8e profile create --persona "Pro user" --target Staging
# Which personas have a login on which deployment?
$ b8e profile list
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