1.0.0-rc.1 • Published 5 years ago

node-yaml-vault v1.0.0-rc.1

Weekly downloads
21
License
MIT
Repository
github
Last release
5 years ago

node-yaml-vault

Inspired by yaml-vault

Installation

$ npm i -g node-yaml-vault

Usage

test.yml

redis:
  environment:
    REDIS_PASS: secret_pass

command

$ node-yaml-vault encrypt -f test.yml -k ^.*?\\.environment -p password

output

redis:
  environment:
    REDIS_PASS: d860d4f47437b38e5beb8c

The same for decryption. Type node-yaml-vault --help for more information.

1.0.0-rc.1

5 years ago

1.0.0-rc

5 years ago

0.0.4

7 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago