aramalipoor / confd

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

git clone https://github.com/kelseyhightower/confd.git
cd confd
go build

You should now have confd binary in the bin directory:

$ ls bin/
confd

Building with the go tool

$ git clone https://github.com/kelseyhightower/confd.git
$ cd confd
$ pwd
/Users/kelseyhightower/confd
$ go build .

You can also produce a static binary too:

$ go build -a -installsuffix cgo -ldflags '-extld ld -extldflags -static' -a -x .

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

License:MIT License


Languages

Language:Go 89.7%Language:Shell 10.3%