confd
brew install confd
v0.16.0
MIT
Manage local application configuration files using templates
12
30-day installs · #8202
14
90-day · #10711
126
365-day · #8574
8.4k
★ GitHub stars · updated 2y ago
Build dependencies
Links
- https://github.com/kelseyhightower/confd
- GitHub: kelseyhightower/confd
- Brew formula source: Formula/c/confd.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"go"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Manage local application configuration files using templates",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:36:34+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "confd",
"github_default_branch": "master",
"github_last_commit_at": "2024-07-16T14:30:09Z",
"github_readme_excerpt": "# confd\n\n[](https://travis-ci.org/kelseyhightower/confd)\n\n`confd` is a lightweight configuration management tool focused on:\n\n* keeping local configuration files up-to-date using data stored in [etcd](https://github.com/coreos/etcd),\n [consul](http://consul.io), [dynamodb](http://aws.amazon.com/dynamodb/), [redis](http://redis.io),\n [vault](https://vaultproject.io), [zookeeper](https://zookeeper.apache.org), [aws ssm parameter store](https://aws.amazon.com/ec2/systems-manager/) or env vars and processing [template resources](docs/template-resources.md).\n* reloading applications to pick up new config file changes\n\n## Project Status\n\n`confd` is currently being cleaned up to build on later versions of Go and moving to adopt native support for [Go modules](https://go.dev/blog/using-go-modules). As part of this work the following major changes are being made:\n\n* The `etcd` and `etcdv3` backend are going to be merged. etcd v2 has been deprecated and both backend will now use etcdv3 client libraries.\n* 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.\n\n## Community\n\n* IRC: `#confd` on Freenode\n* Mailing list: [Google Groups](https://groups.google.com/forum/#!forum/confd-users)\n* Website: [www.confd.io](http://www.confd.io)\n\n## Building\n\nGo 1.10 is required to build confd, which uses the new vendor directory.\n\n```\n$ mkdir -p $GOPATH/src/github.com/kelseyhightower\n$ git clone https://github.com/kelseyhightower/confd.git $GOPATH/src/github.com/kelseyhightower/confd\n$ cd $GOPATH/src/github.com/kelseyhightower/confd\n$ make\n```\n\nYou should now have c",
"github_repo": "kelseyhightower/confd",
"github_stars": 8423,
"github_topics": [],
"homepage": "https://github.com/kelseyhightower/confd",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 12,
"installs_365d": 126,
"installs_90d": 14,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "confd",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 8202,
"rank_365d": 8574,
"rank_90d": 10711,
"raw_hash": "d08cbb92ef3b19ca",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/c/confd.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "0.16.0",
"versioned_formulae": [],
"why_use_this": null
}