1
0
mirror of https://github.com/bitwarden/help synced 2025-12-26 05:03:21 +00:00

Q1 Release (#356)

* q1 release additions & extras

* saml samples addition

* safari app extension note

* invitation validity
This commit is contained in:
fred_the_tech_writer
2021-01-19 10:43:58 -05:00
committed by GitHub
parent 71a0a9591c
commit 1b8c9e53f7
33 changed files with 412 additions and 55 deletions

View File

@@ -333,7 +333,9 @@ bw import bitwardencsv ./file.csv
### Export
The `export` command allows you to export your *unencrypted* vault data to a CSV or JSON formatted file on disk.
The `export` command allows you to export your Vault data as plaintext `.json` or `.csv` files, or as a `.json` [Encrypted Export]({% link _articles/importing/encrypted-export.md %}).
Valid format values are `csv`, `json`, and `encrypted_json`.
```
bw export [password] [--output <filePath>] [--format <format>] [--organizationid <orgId>]