diff --git a/_articles/miscellaneous/cli.md b/_articles/miscellaneous/cli.md index fb5daad6..8fa1643f 100644 --- a/_articles/miscellaneous/cli.md +++ b/_articles/miscellaneous/cli.md @@ -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 [ [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.