mirror of
https://github.com/bitwarden/help
synced 2025-12-11 05:43:20 +00:00
add import command to cli docs
This commit is contained in:
@@ -32,6 +32,7 @@ Bitwarden provides a powerful, full-featured command-line interface (CLI) tool t
|
|||||||
- [Edit](#edit)
|
- [Edit](#edit)
|
||||||
- [Delete](#delete)
|
- [Delete](#delete)
|
||||||
- [Other Useful Commands](#other-useful-commands)
|
- [Other Useful Commands](#other-useful-commands)
|
||||||
|
- [Import](#import)
|
||||||
- [Export](#export)
|
- [Export](#export)
|
||||||
- [Generate](#generate)
|
- [Generate](#generate)
|
||||||
- [Encode](#encode)
|
- [Encode](#encode)
|
||||||
@@ -252,6 +253,18 @@ bw delete attachment b857igwl1d --itemid 310d5ffd-e9a2-4451-af87-ea054dce0f78
|
|||||||
|
|
||||||
The CLI comes with several other commands that you may find useful.
|
The CLI comes with several other commands that you may find useful.
|
||||||
|
|
||||||
|
### Import
|
||||||
|
|
||||||
|
The `import` command allows you to import data from a previous Bitwarden export or another [supported password management application]({% link _articles/importing/import-data.md %}).
|
||||||
|
|
||||||
|
```
|
||||||
|
bw import [<format> <input> [password]] [--formats]
|
||||||
|
```
|
||||||
|
```
|
||||||
|
bw import --formats
|
||||||
|
bw import bitwardencsv ./file.csv
|
||||||
|
```
|
||||||
|
|
||||||
### Export
|
### 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 formatted file on disk.
|
||||||
|
|||||||
Reference in New Issue
Block a user