mirror of
https://github.com/bitwarden/help
synced 2025-12-15 15:53:53 +00:00
Changed "json_encrypted" to "encrypted_json" (#489)
The option should be "encrypted_json" for the CLI. Verified syntax on bitwarden-cli 1.15.0.
This commit is contained in:
@@ -129,7 +129,7 @@ To create an encrypted export of your personal Vault data from a Mobile app:
|
||||
To create an encrypted export of your personal Vault data from the CLI, use the `export` command with the specified option `--format encrypted_json`, for example:
|
||||
|
||||
```
|
||||
bw export my-master-password --output /users/me/documents/ --format json_encrypted
|
||||
bw export my-master-password --output /users/me/documents/ --format encrypted_json
|
||||
```
|
||||
|
||||
For more detail, see our [CLI documentation]({% link _articles/miscellaneous/cli.md %}).
|
||||
|
||||
Reference in New Issue
Block a user