kreuzwerker / envplate

Docker-friendly trivial templating for configuration files using environment keys
MIT License
331 stars 44 forks source link

feat: add charset flag #41

Closed mavogel closed 7 months ago

mavogel commented 3 years ago

What does this do / why do we need it?

Some files need to stay with specific charset, so I used paulrosania/go-charset to convert charset of environment variables to replace in documents when use -c flag.

What should your reviewer look out for in this PR?

are there tests?

Check lists

Which issue(s) does this PR fix?