![]() |
7 months ago | |
---|---|---|
backends | 7 months ago | |
contrib | 3 years ago | |
docs | 7 months ago | |
integration | 9 months ago | |
log | 11 months ago | |
resource/template | 11 months ago | |
util | 9 months ago | |
vendor | 9 months ago | |
.dockerignore | 3 years ago | |
.gitignore | 3 years ago | |
.travis.yml | 9 months ago | |
CHANGELOG | 9 months ago | |
CONTRIBUTING.md | 3 years ago | |
Dockerfile.build.alpine | 9 months ago | |
Gopkg.lock | 9 months ago | |
Gopkg.toml | 9 months ago | |
LICENSE | 5 years ago | |
MAINTAINERS | 1 year ago | |
Makefile | 9 months ago | |
README.md | 9 months ago | |
confd.go | 11 months ago | |
config.go | 7 months ago | |
config_test.go | 11 months ago | |
version.go | 9 months ago |
confd
is a lightweight configuration management tool focused on:
#confd
on FreenodeGo 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
Before we begin be sure to download and install confd.
Check out the docs directory for more docs.