From 4b7bb097cd77b8ac41cef412ca84dd8b97a05594 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 8 Aug 2018 16:47:23 -0400 Subject: [PATCH] add import command to cli docs --- _articles/miscellaneous/cli.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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.