@meedamian/savepass

CLI tool archiving your keybase.io-encrypted data to Google Drive


Keywords
password, keybase, archive, encrypt, cli
License
ISC
Install
npm install @meedamian/savepass@0.4.3

Documentation

savepass

Build Status npm version Dependency Status peerDependency Status

This is a CLI tool managing preparing, encrypting and saving (to cloud) password/sensitive text files.

Download

$ npm i -g savepass

Usage

You can either pass CLI flags or answer questions.

$ savepass --help

  CLI tool archiving your keybase.io-encrypted data to Google Drive

  Usage: savepass <command>

  where <command> is one of:
      add, new, list, ls, remove, rm

  Example Usage:
      savepass add [OPTIONAL <flags>]
      savepass --debug ls
      savepass rm --file=myBank

  Global flags:
      --debug
          Enable debug output.

  savepass add flags:
      --template=<templateName>
          Specify template name to be used. Available templates can be
          found in `templates/` folder.
      --keybase-user=<keybaseUsername>
          Encrypt output file for a different user then the one logged in.
      --name, --website, --login, --password, --email, --seed
          Pass values from CLI or disable by passing null or false.
          NOTE: --password flag can only be disabled

  Specify configs in the json-formatted file:
      /Users/mee/.config/savepass/config.json

Bugs and feedback

If you discover a bug please report it here.

Mail me at mee DOT damian AT gmail THAT-LITTLE-ROUND-THING com, on twitter I'm @meeDamian.

Licence

MIT @ Damian Mee