Skip to content

Simple Golang library and CLI for expanding environment variables from SSM or SecretsManager

License

Notifications You must be signed in to change notification settings

mrosales/envexpander

Repository files navigation

envexpander

envexpander is a basic Golang package that can expand environment variables from from remote stores. Out of the box, it supports:

It also allows you to provide an interface that allows you to implement custom parameter-loading logic.

Command-line Usage

Installation:

go get -u github.com/mrosales/envexpander/cmd/envexpander

Usage:

envexpander [-with-decryption] COMMAND

Using as a package

Instructions and Godocs coming soon

About

Simple Golang library and CLI for expanding environment variables from SSM or SecretsManager

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published