Popularity
9.5
Declining
Activity
2.6
-
8,268
250
1,396

Programming language: Go
License: MIT License
Latest version: v0.16.0

confd alternatives and similar packages

Based on the "Other Software" category.
Alternatively, view confd alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of confd or a related project?

Add another 'Other Software' Package

README

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](docs/installation.md).

  • [quick start guide](docs/quick-start-guide.md)

Next steps

Check out the [docs directory](docs) for more docs.