list
The list
command will list all Shares owned by you and output them as JSON:
bsafe share list [options]
If you create a Share in another Bravura Safe app while this session is still active, use the bsafe sync
command to pull recent shares. For more information, refer to our CLI documentation.
list subcommand options
--pretty
formats the JSON outputPipe stdout to a file using the > operator; for example:
bsafe share list --pretty > /Users/myaccount/Documents/pretty_list_of_shares.json