macOS
brew install confdlocal Homebrew formula metadata
brew
confd のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install confdlocal Homebrew formula metadata
sudo apk add confdAlpine Linux edge package indexes · confd · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#confdnixpkgs package indexes · pkgs/by-name/co/confd/package.nix · ソース: api.github.com
概要
Manage local application configuration files using templates
履歴
confd is a lightweight configuration-management daemon and CLI for rendering local configuration files from templates backed by service-discovery and key-value systems. It became familiar in early container and microservice deployments because it sat beside an application, watched systems such as etcd or Consul, rendered files, and triggered reload commands.
The project presents itself as a Go tool for keeping local configuration files up to date from etcd, Consul, DynamoDB, Redis, Vault, ZooKeeper, AWS SSM Parameter Store, environment variables, or files. Its default configuration model centers on TOML at /etc/confd/confd.toml plus template resources under /etc/confd.
Release notes show the project expanding alongside the infrastructure systems common in the mid-2010s: DynamoDB support appeared in the v0.10 era, Vault and Redis arrived in 0.12 alpha releases, etcd v3 and Windows support arrived in v0.13.0, and AWS SSM Parameter Store plus file backends arrived in v0.14.0.
confd was adopted mainly as glue for hosts and containers that needed dynamic configuration without pulling a full configuration-management stack into the application. Its official community pointers to IRC, a mailing list, and a project website reflect the period when service discovery and sidecar-style config rendering were still being standardized in operations culture.
The Homebrew, apk, and Nix package entries in the supplied package facts reflect its continued packaging as a small operational binary rather than a language library.
Typical use is to define template resources, point confd at a backend, render target files, and optionally run checks or reload commands when the rendered configuration changes. The tool is especially associated with daemon configuration, reverse proxies, and twelve-factor-ish deployments where authoritative values live outside the local filesystem.
For package maintainers, confd is a good example of the mid-2010s Go single-binary ops tool: statically distributable, service-discovery aware, and useful even when installed outside a larger platform. Its formula/cross-platform packaging value comes from turning distributed configuration into a conventional executable with predictable /etc/confd paths.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/etc/confd/confd.toml/etc/confd/conf.d/*.toml/etc/confd/templates/*.tmpl実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
confd | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/kelseyhightower/confd
インストールメタデータ
| パッケージキー | brew:confd |
|---|---|
| バージョン | 0.16.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/confd |
| ホームページ | https://github.com/kelseyhightower/confd |
| リポジトリ | https://github.com/kelseyhightower/confd |
| 上流ドキュメント | https://github.com/kelseyhightower/confd#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/kelseyhightower/confd/archive/refs/tags/v0.16.0.tar.gz |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | confd |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
confd
nix profile install nixpkgs#confdconfd 0.30.0-r5
manage local application configuration files using templates and data from multiple backends
https://github.com/abtreece/confd
sudo apk add confdconfd-doc 0.30.0-r5
manage local application configuration files using templates and data from multiple backends (documentation)
https://github.com/abtreece/confd
sudo apk add confd-docconfd-openrc 0.30.0-r5
manage local application configuration files using templates and data from multiple backends (OpenRC init scripts)
https://github.com/abtreece/confd
sudo apk add confd-openrcソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.