1.0.2 • Published 7 months ago

keepo-cli v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

build coverage:functions coverage:statements coverage:lines coverage:branches License

Table of Contents

Features

  • Manage secrets easily
  • Keep secrets encrypted and available only with keys
  • List required values

Installation

npm install -g keepo-cli

Usage

If you have a .keep file in the repo and you know the encryption key, use keepo init <your-encryption-key> to initalize the directory. ( run the command in the directory with .keep file ).

To store a value, use keepo set <key> <value> or use keepo open and edit the file in json format then save it.

To see the value of a given key, you can both use keepo open and then discard the file or keepo get <key>.

License

MIT