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 json
to export a.json
file--format encrypted_json
to export an encrypted.json
file--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--raw
to return the export to stdout instead of to a file