buttercup-to-1password

Tool for migrating from Buttercup to 1Password

Usage no npm install needed!

<script type="module">
  import buttercupTo1password from 'https://cdn.skypack.dev/buttercup-to-1password';
</script>

README

npm GitHub

bc2op

A CLI for migrating from Buttercup to 1Password.

Getting Started

Install the 1Password CLI and then authenticate to give your account a shorthand identifier:

op signin myshorthand.1password.com wendy_appleseed@example.com

Install bc2op:

npm i -g buttercup-to-1password

Export your password from Buttercup to a CSV and then migrate with bc2op:

bc2op --shorthand=myshorthand /path/to/buttercup-export.csv

Usage

bc2op --help

> Migrate password entires from Buttercup export to 1Password

ARGUMENTS:
  <export> - The Buttercup CSV export

OPTIONS:
  --shorthand, -s <str> - Shorthand name for 1Password account
  --mode, -m <value>    - How to handle converting Buttercup groups to 1Password tags. [optional]

FLAGS:
  --dry-run, -d - Print payloads instead of persisting to 1Password
  --help, -h    - show help
  --version, -v - print the version