0.1.1 • Published 3 years ago

@starktech/summon-js v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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