confd

command module
v0.0.0-...-32a2ef5 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2023 License: MIT Imports: 15 Imported by: 0

README

confd

Build Status

confd is a lightweight configuration management tool focused on:

Project Status

confd is currently being cleaned up to build on later versions of Go and moving to adopt native support for Go modules. As part of this work the following major changes are being made:

  • The etcd and etcdv3 backend are going to be merged. etcd v2 has been deprecated and both backend will now use etcdv3 client libraries.
  • The cget, cgets, cgetv, and cgetvs templates function have been removed due to an unmaintained dependency github.com/xordataexchange/crypt/encoding/secconf. We need to rethink encryption in the core project and rely only on the standard library going forward. In the meanwhile these template function will not work and if support is required you will need to stick with an older version of confd.

Community

Building

Go 1.10 is required to build confd, which uses the new vendor directory.

$ mkdir -p $GOPATH/src/github.com/GuanceCloud
$ git clone https://github.com/coder1966/confd.git $GOPATH/src/github.com/coder1966/confd
$ cd $GOPATH/src/github.com/coder1966/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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
aws
env
ssm
integration
ssm
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