a8m / envsubst

Environment variables substitution for Go
MIT License
747 stars 83 forks source link

Feature for selected Environments vars #37

Closed renato-farias closed 1 year ago

renato-farias commented 2 years ago

This PR intends to add a new feature for selecting which env vars the caller wants to lookup and replace while using the cli or programmatically.

I believe it addresses what was requested in https://github.com/a8m/envsubst/issues/25.

Summary