configo
configo copied to clipboard
Dump json/yaml instead of making environment variables.
Great tool! IMHO just one option missed: create son/xml file as result of parsing config sources. I have a lot of legacy code that required json/yaml config files. it would be great to dump json/yaml to disk.
Hi @aplsms!
Thanks! Although for this use case you may find https://github.com/kelseyhightower/confd a better fit
Thank you for the note. will take a look.
your tool is much better comparing to confd: your tool is using multiple layers to fill up and override configuration json. I've just created small workaround shell scripts that fill field in json/yaml template. not perfect, but will work for some time until we will migrate our legacy config libraries/applications. I Will be very appreciative, if you add this functionality in future release.
Thank you in advance.