rancher/confd

Name: confd

Owner: Rancher

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

Created: 2015-09-17 23:17:03.0

Updated: 2018-01-22 14:03:06.0

Pushed: 2015-09-18 16:25:19.0

Homepage:

Size: 4504

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

confd

Build Status

confd is a lightweight configuration management tool focused on:

Community
Building

confd uses the gb tool to manage dependencies and producing builds.

clone https://github.com/kelseyhightower/confd.git
onfd
uild all

You should now have confd binary in the bin directory:

 bin/
d
Building with the go tool
t clone https://github.com/kelseyhightower/confd.git
 confd

d
rs/kelseyhightower/confd

 src/github.com/kelseyhightower/confd/
PATH=/Users/kelseyhightower/confd/vendor:/Users/kelseyhightower/confd go build .

You can also produce a static binary too:

TH=/Users/kelseyhightower/confd/vendor:/Users/kelseyhightower/confd go build \ 
 -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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.