thesimj / envyaml

Simple YAML configuration file parser
MIT License
78 stars 21 forks source link

populate environment variables declared in the yaml without modifying the structure #45

Open sarajenkins opened 2 years ago

sarajenkins commented 2 years ago

Is your feature request related to a problem? Please describe. Currently if you export() the resulting yaml contains the environ variables as key value pairs. It would be nice to have the option to export the original yaml with environment variables populated.

Describe the solution you'd like I have made the changes on a local branch. If you add me to the contributors list I will raise a PR