@starktech/summon-js
v0.1.1
Published
Javascript library to pull secrets from Systems Manager in AWS.
Downloads
2
Readme
summon-js
Javascript library to pull secrets from Systems Manager in AWS.
Converts
ssm:
db.host: /postgres/rightroom/host
config:
environment: production
To
config:
environment: production
db:
host: localhost
Install
npm install --global @starktech/summon-js
Usage
summonjs --src=./configuration.yaml --dest=./prod.yaml