macOS
brew install yttlocal Homebrew formula metadata
sudo port install yttMacPorts ports tree · textproc/ytt/Portfile · ソース: api.github.com
brew / 順位 3207
ytt のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install yttlocal Homebrew formula metadata
sudo port install yttMacPorts ports tree · textproc/ytt/Portfile · ソース: api.github.com
sudo apk add yttAlpine Linux edge package indexes · ytt · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#yttnixpkgs package indexes · pkgs/by-name/yt/ytt/package.nix · ソース: api.github.com
scoop install main/yttScoop official bucket manifest trees · bucket/ytt.json · ソース: api.github.com
winget install --id Carvel.ytt -eWindows Package Manager source index · Carvel.ytt · ソース: cdn.winget.microsoft.com
概要
YAML templating tool that works on YAML structure instead of text
履歴
ytt is Carvel’s structure-aware YAML templating tool, historically important because it treats YAML as data structure plus Starlark annotations instead of as raw text with indentation-sensitive string interpolation.
ytt was introduced publicly in March 2019 as the YAML Templating Tool, with IBM Developer describing v0.1.0 as a new approach to complex configuration management. The GitHub repository was created the same month, and early releases followed rapidly through spring and summer 2019.
The tool emerged from the k14s/Carvel ecosystem around Kubernetes configuration. Its core design responded to a common pain in Helm, Jinja, ERB, and other text-templating approaches: YAML indentation, quoting, and patching errors caused by treating structured configuration as strings. ytt instead embeds Starlark through `#@` annotations and evaluates templates into YAML structures.
As k14s became Carvel, ytt settled into a suite of small composable Kubernetes tools alongside kapp, kbld, imgpkg, vendir, kapp-controller, and kctrl. The Carvel site frames the suite as single-purpose, composable tools for building, configuring, and deploying applications on Kubernetes.
ytt adoption has been strongest in Kubernetes and Tanzu/Carvel workflows. Broadcom VMware Tanzu documentation bundles ytt with other Carvel tools in Tanzu Kubernetes Grid contexts, and Carvel maintains community channels, an adopter list, examples, an online playground, and reusable libraries such as ytt Library for Kubernetes.
Outside Tanzu, ytt is adopted by users who want more programmability than Kustomize overlays but less text-fragility than Helm-style templating. Blog posts and talks often present it as an alternative or complement to Helm, Kustomize, Jsonnet, and Dhall in Kubernetes configuration pipelines.
Users run ytt to template, patch, validate, and compose YAML files. Common patterns include data values for environment-specific configuration, overlays for patching third-party YAML, Starlark functions for reusable logic, schema and validations for fast feedback, and integration into GitOps or packaging flows.
The package is especially useful when a team has piles of Kubernetes YAML and wants programmable reuse while preserving YAML structure. Its online playground and local `ytt website` mode also make examples easy to test without wiring a cluster.
ytt matters to package nerds because it shows a distinct packaging philosophy: do one YAML-shaping job well, compose with neighboring tools, and avoid making the templater also be the package manager, deployer, and image builder.
It is also one of the clearer examples of Starlark moving beyond Bazel into infrastructure configuration. In dependency graphs, seeing ytt often hints at Carvel-style Kubernetes delivery rather than Helm-only packaging.
セキュリティ状態
ytt に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
ytt | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:ytt |
|---|---|
| バージョン | 0.55.1 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://carvel.dev/ytt/ |
| リポジトリ | https://github.com/carvel-dev/ytt |
| 最終更新 | 2026-07-25T21:32:50+02:00 |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
ytt
nix profile install nixpkgs#yttytt 0.52.1-r8
YAML templating tool that works on YAML structure instead of text
sudo apk add yttytt
sudo port install yttmain/ytt
scoop install main/yttCarvel.ytt
winget install --id Carvel.ytt -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.