macOS
brew install gomplatelocal Homebrew formula metadata
sudo port install gomplateMacPorts ports tree · textproc/gomplate/Portfile · ソース: api.github.com
brew / 順位 589
gomplate のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install gomplatelocal Homebrew formula metadata
sudo port install gomplateMacPorts ports tree · textproc/gomplate/Portfile · ソース: api.github.com
sudo apk add gomplateAlpine Linux edge package indexes · gomplate · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#gomplatenixpkgs package indexes · pkgs/by-name/go/gomplate/package.nix · ソース: api.github.com
scoop install main/gomplateScoop official bucket manifest trees · bucket/gomplate.json · ソース: api.github.com
概要
Command-line Golang template processor
履歴
gomplate is a Go-based command-line template renderer built around Go templates, rich template functions, and local or remote datasources. It matters in package-manager culture because it gives shell scripts, containers, and deployment workflows a single static-style executable for rendering configuration from files, environment variables, HTTP endpoints, cloud metadata, Consul, Vault, and other sources.
The public GitHub repository was created in January 2016 by Dave Henderson. The README describes gomplate as a template renderer with datasources such as JSON, encrypted JSON, YAML, AWS EC2 metadata, HashiCorp Consul, and HashiCorp Vault secrets, while the documentation frames datasources as central to rendering templates from external data.
gomplate grew beyond simple environment substitution into a broad template-processing utility. The official docs cover command-line rendering from stdin, files, inline templates, directories, output maps, plugins, datasource headers, context data, and a large function library layered on top of Go's text/template syntax.
The changelog shows continued expansion through the 5.x series, including datasource work, crypto and environment functions, and JSON Schema support for .gomplate.yaml configuration in the 5.1.0 release notes dated April 2026.
The README advertises GitHub release downloads, installation documentation, Docker Hub images, Chocolatey packaging, GitHub Discussions, and a Gophers Slack channel. The batch package metadata also records packaging in Homebrew, Alpine, MacPorts, Nix, and Scoop, showing the tool's cross-platform packaging footprint.
gomplate's adoption tracks the rise of configuration-as-code workflows: it is small enough to run in a container entrypoint, CI job, or shell pipeline, while being featureful enough to replace piles of sed, envsubst, jq, and custom scripts when templates need structured data.
At its simplest, gomplate reads a template from stdin and writes rendered output to stdout. The docs and README show examples using environment variables, inline expressions, file datasources, stdin datasources, HTTP datasources, and multiple named datasources.
For larger workflows, users define inputs, outputs, datasources, contexts, templates, and plugins with command-line flags or .gomplate.yaml. The default config filename is .gomplate.yaml, and the GOMPLATE_CONFIG environment variable or --config flag can point elsewhere or disable config loading.
The datasource system is the distinguishing feature: gomplate can fetch structured data from files, env, HTTP, Git, S3, Google Cloud Storage, AWS Parameter Store and Secrets Manager, Consul, Vault, merge datasources, and more, then feed that data into Go templates.
Package nerds care about gomplate because it packages an entire configuration-rendering pattern as a single CLI. It is more capable than envsubst but lighter to deploy than a full configuration-management framework, so it fits Docker images, CI pipelines, and Unix package collections well.
It also demonstrates a common Go CLI success pattern: one binary, extensive cross-platform release assets, docs-first distribution, Docker images, and package-manager entries across macOS, Linux, and Windows ecosystems.
セキュリティ状態
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.
./.gomplate.yaml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
gomplate | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:gomplate |
|---|---|
| バージョン | 5.2.0 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://gomplate.ca/ |
| リポジトリ | https://github.com/hairyhenderson/gomplate |
| 最終更新 | 2026-07-12T20:47:02Z |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
gomplate
nix profile install nixpkgs#gomplategomplate 5.2.0-r1
A versatile Go template processor
https://github.com/hairyhenderson/gomplate
sudo apk add gomplategomplate
sudo port install gomplatemain/gomplate
scoop install main/gomplateソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.