Skip to content

A command line interface to generate encrypted Bitwarden JSON files.

License

Notifications You must be signed in to change notification settings

samuelba/bitwarden_exporter_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub ci GitHub tag (latest SemVer)

Bitwarden Exporter CLI

This is a simple CLI tool to generate an encrypted Bitwarden JSON export file that can be imported into a Bitwarden vault.

The repo contains a submodule to the Bitwarden SDK. Initialize it with git submodule update --init --recursive.

Usage

$ bitwarden-exporter-cli --help

Usage: bitwarden-exporter-cli --password <PASSWORD> --folders <FOLDERS> --ciphers <CIPHERS>

Options:
  -p, --password <PASSWORD>  The password to use for encryption
  -f, --folders <FOLDERS>    The JSON string representing the folders. Example: '[{"id":"00000000-0000-0000-0000-000000000001","name":"My Folder"}]'
  -c, --ciphers <CIPHERS>    The JSON string representing the ciphers. Example: '[{"folderId":"00000000-0000-0000-0000-000000000001","name":"My Test","notes":"My Notes","username":"my_username","password":"my_password","loginUris":["https://example.com"]}]'
  -h, --help                 Print help

About

A command line interface to generate encrypted Bitwarden JSON files.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages