pkg.soopen package index

brew / 排名 8925

使用 Homebrew, apk, Nix 安装 confd

查看 confd 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install confd

local Homebrew formula metadata

Linux

Alpine Linux apk已验证 · 92%
sudo apk add confd

Alpine Linux edge package indexes · confd · 来源: dl-cdn.alpinelinux.org

Nix已验证 · 92%
nix profile install nixpkgs#confd

nixpkgs package indexes · pkgs/by-name/co/confd/package.nix · 来源: api.github.com

概览

软件包摘要

Manage local application configuration files using templates

命令和别名

  • confd

历史

项目历史与用法

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.

时间线

  • 2015: v0.10.0 release notes list DynamoDB backend support and a build-system change to gb.
  • 2016: 0.12 alpha releases added Vault, DynamoDB, and Redis backend work.
  • 2017: v0.13.0 added etcd v3 and Windows support; v0.14.0 added AWS SSM Parameter Store and file backends.
  • 2018: v0.16.0 included backend improvements for etcd v3, Vault, file, and Redis and shipped smaller UPX-compressed executables.

Related projects

  • Official documentation names etcd, Consul, DynamoDB, Redis, Vault, ZooKeeper, AWS SSM Parameter Store, and Go templates as core adjacent technologies.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
/etc/confd/confd.toml/etc/confd/conf.d/*.toml/etc/confd/templates/*.tmpl

可执行文件

已安装的可执行文件

命令类型暴露范围备注
confd可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本0.16.0
管理器更新时间
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:confd
版本0.16.0
软件包管理器Homebrew
主页https://github.com/kelseyhightower/confd
仓库https://github.com/kelseyhightower/confd
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

confd

nix profile install nixpkgs#confd
  • normalized package name match
  • 匹配方式:Confd
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/co/confd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

confd 0.30.0-r5

manage local application configuration files using templates and data from multiple backends

https://github.com/abtreece/confd

sudo apk add confd
  • License: MIT
  • Architecture: x86_64
  • Source Package: confd
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Confd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: confd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

confd-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-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: confd
  • normalized package name match
  • 匹配方式:Confd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: confd-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

confd-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
  • License: MIT
  • Architecture: x86_64
  • Source Package: confd
  • normalized package name match
  • 匹配方式:Confd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: confd-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation