# README
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, aws ssm parameter store or env vars and processing template resources.
- reloading applications to pick up new config file changes
Community
- IRC:
#confd
on Freenode - Mailing list: Google Groups
- Website: www.confd.io
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.
# Packages
No description provided by the author
No description provided by the author
Package log provides support for logging to stdout and stderr.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Variables
We want to replace this variable at build time with "-ldflags -X main.GitSHA=xxx", where const is not supported.
# Type aliases
No description provided by the author
No description provided by the author