Total Pageviews

Monday 22 July 2024

confd

 Manage local application configuration files using templates and data from multiple backends.

Integration Tests CodeQL Codecov

confd is a lightweight configuration management tool focused on:

Building

Go 1.12 is required to build confd, which uses Go Modules

$ git clone https://github.com/abtreece/confd.git
$ cd 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.

from https://github.com/abtreece/confd

 

No comments:

Post a Comment