git clone https://github.com/wuranbo/confd.git
cd confd
./build
cp bin/confd ~/bin/
- 添加了新的backend类型
json
,用于通过一定约定的json文件来定义key - 约定的json文件格式样例请看integration/json/test.sh
- 添加了递归查找功能: 注意toml文件的src是相对config根目录的相对路径,有子目录的也要对应填上。
- 添加template函数concat,bytetoM, 四则运算
- 增加了只在内存内处理模板
confd
is a lightweight configuration management tool focused on:
- keeping local configuration files up-to-date using data stored in etcd, consul, or env vars and processing template resources.
- reloading applications to pick up new config file changes
- IRC:
#confd
on Freenode - Mailing list: Google Groups
- Website: www.confd.io
Before we begin be sure to download and install confd.
Check out the docs directory for more docs.