a8m / envsubst

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

Add support for full error list #22

Closed dnitsch closed 4 years ago

dnitsch commented 4 years ago

I would like to add support for returning a full list of errors and optionally stop execution on first error. This will be very handy in more complex CI/CD scenarios where config files have a large number of variables to be replaced.

a8m commented 4 years ago

Done with v1.2.0

Thanks