json-replace-secrets
v1.0.2
Published
replaces secret placeholders in app config json file with values from vault secret json file
Readme
json-replace-secrets
Replaces secret placeholders in app config json file with values from vault secret json file
To Install RUN : npm i -g json-replace-secrets
To use
- create a new directory : mkdir replacement
- Add 2 new files - configfile.json and secretfile.json (Samples available in repository)
- From the same folder RUN : json-replace-secrets -c configfile -s secretfile
