1
0
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:
Kyle Spearrin
2018-08-08 16:47:23 -04:00
parent 20d0689ecc
commit 4b7bb097cd

View File

@@ -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.