Skip to main content

config

The config command specifies settings for the Bravura Safe CLI to use:

bsafe config server <setting> [value]

A primary use of bsafe config is to connect the CLI to a self-hosted Bravura Safe server:

bsafe config server https://your.bsafe.domain.com

You can read the currently connected server by passing bsafe config server without a value.

Users with unique setups can elect to specify the URL of each service independently using:

bsafe config server --web-safe <url>
bsafe config server --api <url>
bsafe config server --identity <url>
bsafe config server --icons <url>
bsafe config server --notifications <url>
bsafe config server --events <url>

Contact a Team Owner to get the required URL.