confd

command module
v0.11.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2017 License: MIT Imports: 15 Imported by: 0

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.

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

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
$ cd src/github.com/kelseyhightower/confd/
$ GOPATH=/Users/kelseyhightower/confd/vendor:/Users/kelseyhightower/confd go build .

You can also produce a static binary too:

GOPATH=/Users/kelseyhightower/confd/vendor:/Users/kelseyhightower/confd 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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
env
k8s
integration
Package log provides support for logging to stdout and stderr.
Package log provides support for logging to stdout and stderr.
resource

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL