configo icon indicating copy to clipboard operation
configo copied to clipboard

Dump json/yaml instead of making environment variables.

Open aplsms opened this issue 6 years ago • 3 comments

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.

aplsms avatar Mar 25 '19 19:03 aplsms

Hi @aplsms!

Thanks! Although for this use case you may find https://github.com/kelseyhightower/confd a better fit

bsideup avatar Mar 25 '19 19:03 bsideup

Thank you for the note. will take a look.

aplsms avatar Mar 25 '19 19:03 aplsms

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.

aplsms avatar Mar 26 '19 20:03 aplsms