0.1.1 • Published 3 years ago

pass-store-cli v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Pass-store-CLI

install size

What is pass-store-cli?

Pass-store-CLI is a simplistic tool which allows you to store your account name & associated passwords locally using the command line.

It utilizes packages such as commander & Conf to store your passwords locally.

Features

  • Check your password accounts
  • Add expiry dates to passwords
  • Check password if a password is about to expire.
  • Add password accounts
  • Delete password accounts
  • Update password accounts
  • Wizard walkthrough tool

Commands

Options:
  -v, --version                        output the version number
  -h, --help                           display help for command

Commands:
list                                   Show all passwords accounts in local store.
add <accountName> <password>           Add a new password account to your local store.
update [options] <accountName>         Update password account details.
show <accountName>                     Show details for a specific account.
delete [options] <accountName>         Deletes a password account from local store.
wizard                                 A walk through for all things possible with the tool.
wipe [options]                         Completely wipes local data store of all passwords.
help [command]                         display help for command

How to install?

npm install -g pass-store-cli

How to run?

pass-store [commands] --options // General use of the tool
pass-store help // To view a list of commands

How to uninstall?

This will delete the local key/value store file that is created when you install.

npm uninstall -g pass-store-cli
0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago