b8e profile create
Open a browser at a deployment, let you log in as a persona, and store the session
Options
Section titled “Options”| Option | Takes | Default | Description |
|---|---|---|---|
--persona <id|name> | value | the persona to log in as | |
--target <id|name> | value | the deployment to log in on | |
--project <id> | value | project (default: the one b8e project selected) |
b8e profile create --help
Section titled “b8e profile create --help”Identical to what the terminal prints — both are rendered from the same commander definition.
Usage: b8e profile create [options]
Open a browser at a deployment, let you log in as a persona, and store thesession
Options: --persona <id|name> the persona to log in as --target <id|name> the deployment to log in on --project <id> project (default: the one `b8e project` selected) -h, --help display help for command
The password is never stored: you log in by hand (SSO, MFA and CAPTCHA all work),and only the resulting browser session is kept, sealed, for that deployment.
EXAMPLES $ b8e profile create --persona "Pro user" --target Staging
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