mirror of
https://github.com/bitwarden/help
synced 2025-12-06 00:03:30 +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)
|
||||
- [Delete](#delete)
|
||||
- [Other Useful Commands](#other-useful-commands)
|
||||
- [Import](#import)
|
||||
- [Export](#export)
|
||||
- [Generate](#generate)
|
||||
- [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.
|
||||
|
||||
### 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
|
||||
|
||||
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