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

foxxnuaa/confd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7217b0c · May 4, 2018
May 4, 2018
Feb 23, 2016
May 4, 2018
May 4, 2018
Feb 23, 2018
Mar 24, 2018
Apr 26, 2018
May 4, 2018
Sep 9, 2015
Feb 18, 2016
May 3, 2018
May 4, 2018
Apr 9, 2015
May 4, 2018
May 4, 2018
May 4, 2018
Oct 1, 2013
Aug 9, 2017
May 4, 2018
May 4, 2018
Mar 24, 2018
May 4, 2018
Mar 24, 2018
May 4, 2018

Repository files navigation

confd

Build Status

confd is a lightweight configuration management tool focused on:

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 87.2%
  • Shell 11.8%
  • Makefile 1.0%