confd

Manage local application configuration files using templates

brewmacoslinux
Try with needOr install directly
Source

About

Manage local application configuration files using templates

Commands

confd

Examples

Generate config files from templates using etcd backend$ confd -backend etcd -node http://127.0.0.1:2379
Process templates and output to specific directory$ confd -confdir /etc/confd -onetime
Watch configuration sources and reload service on changes$ confd -backend consul -node localhost:8500 -watch