node-yaml-vault
v1.0.0-rc.1
Published
Encrypts and decrypts yaml files
Readme
node-yaml-vault
Inspired by yaml-vault
Installation
$ npm i -g node-yaml-vaultUsage
test.yml
redis:
environment:
REDIS_PASS: secret_passcommand
$ node-yaml-vault encrypt -f test.yml -k ^.*?\\.environment -p passwordoutput
redis:
environment:
REDIS_PASS: d860d4f47437b38e5beb8cThe same for decryption. Type node-yaml-vault --help for more information.
