1
0
mirror of https://github.com/bitwarden/help synced 2026-01-03 17:13:20 +00:00

info about bitwarden json exports

This commit is contained in:
Kyle Spearrin
2018-12-18 11:09:24 -05:00
parent 51adf4a1b5
commit c668d70e99
3 changed files with 15 additions and 8 deletions

View File

@@ -289,14 +289,16 @@ bw import bitwardencsv ./file.csv
### Export
The `export` command allows you to export your *unencrypted* vault data to a CSV formatted file on disk.
The `export` command allows you to export your *unencrypted* vault data to a CSV or JSON formatted file on disk.
```
bw export [password] [--output <filePath>]
bw export [password] [--output <filePath>] [--format <format>]
```
```
bw export
bw export --format csv
bw export myPassword321 --output ./backups/
bw export myPassword321 --output ./my_backup.json --format json
```
### Generate