微前端架构如何改变企业的开发模式与效率提升
858
2022-11-02
confd - 管理本地应用程序配置文件使用来自etcd或consul的模板和数据
confd
confd is a lightweight configuration management tool focused on:
keeping local configuration files up-to-date using data stored in etcd, consul, dynamodb, redis, vault, zookeeper or env vars and processing template resources.reloading applications to pick up new config file changes
Community
IRC: #confd on FreenodeMailing list: Google GroupsWebsite: confd.io
Building
Go 1.6 is required to build confd, which uses the new vendor directory.
$ mkdir -p $GOPATH/src/github.com/kelseyhightower$ git clone https://github.com/kelseyhightower/confd.git $GOPATH/src/github.com/kelseyhightower/confd$ cd $GOPATH/src/github.com/kelseyhightower/confd$ ./build
You should now have confd in your bin/ directory:
$ ls bin/confd
Getting Started
Before we begin be sure to download and install confd.
quick start guide
Next steps
Check out the docs directory for more docs.
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~