Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

confd

Build Status

confd is a lightweight configuration management tool focused on:

Project Status

confd is currently being cleaned up to build on later versions of Go and moving to adopt native support for Go modules. As part of this work the following major changes are being made:

  • The etcd and etcdv3 backend are going to be merged. etcd v2 has been deprecated and both backend will now use etcdv3 client libraries.
  • The cget, cgets, cgetv, and cgetvs templates function have been removed due to an unmaintained dependency github.com/xordataexchange/crypt/encoding/secconf. We need to rethink encryption in the core project and rely only on the standard library going forward. In the meanwhile these template function will not work and if support is required you will need to stick with an older version of confd.

Community

Building

Go 1.10 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
$ make

You should now have confd in your bin/ directory:

$ ls bin/
confd

Getting Started

Before we begin be sure to download and install confd.

Next steps

Check out the docs directory for more docs.

关于 About

Manage local application configuration files using templates and data from etcd or consul

语言 Languages

Go84.7%
Shell12.3%
Procfile1.9%
Makefile1.1%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
0
Total Commits
峰值: 1次/周
Less
More

核心贡献者 Contributors