Skip to content

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

License

Notifications You must be signed in to change notification settings

randmonkey/confd

This branch is 6 commits behind kirk-enterprise/confd:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eb0a24d · Aug 17, 2017
Oct 27, 2016
Jul 19, 2017
Feb 23, 2016
Oct 27, 2016
Oct 27, 2016
Aug 17, 2017
Oct 27, 2016
Aug 17, 2017
Sep 9, 2015
Jul 10, 2017
Oct 27, 2016
Oct 27, 2016
Apr 9, 2015
Oct 3, 2016
Oct 1, 2013
Apr 14, 2015
Aug 17, 2017
Apr 12, 2016
Mar 11, 2015
Feb 18, 2016
Jun 26, 2017
Feb 24, 2016
Aug 17, 2017
Aug 17, 2017
Mar 24, 2015
Feb 18, 2016
Feb 18, 2016
Aug 17, 2017

Repository files navigation

confd

Build Status

confd is a lightweight configuration management tool focused on:

Community

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.

Next steps

Check out the docs directory for more docs.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 81.4%
  • Shell 15.1%
  • Makefile 3.5%