export
The export command exports Bravura Safe data as a .json or .csv, or encrypted .json file:
bsafe export [--output <filePath>] [--format <format>] [--password <password>] [--organizationid <orgid>]
If no format is specified, the export command will generate a .csv to the current working directory. You can specify:
--format jsonto export a.jsonfile--format encrypted_jsonto export an encrypted.jsonfile--password <password>to specify a password to use to encrypt encrypted_json exports instead of your account encryption key
--output <path>to export to a specific location--rawto return the export to stdout instead of to a file