macOS
brew install yttlocal Homebrew formula metadata
sudo port install yttMacPorts ports tree · textproc/ytt/Portfile · Source: api.github.com
brew / rang 3207
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de ytt pour les workflows d'agents IA.
installation
brew install yttlocal Homebrew formula metadata
sudo port install yttMacPorts ports tree · textproc/ytt/Portfile · Source: api.github.com
sudo apk add yttAlpine Linux edge package indexes · ytt · Source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#yttnixpkgs package indexes · pkgs/by-name/yt/ytt/package.nix · Source: api.github.com
scoop install main/yttScoop official bucket manifest trees · bucket/ytt.json · Source: api.github.com
winget install --id Carvel.ytt -eWindows Package Manager source index · Carvel.ytt · Source: cdn.winget.microsoft.com
aperçu
YAML templating tool that works on YAML structure instead of text
historique
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.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour ytt. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
ytt | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:ytt |
|---|---|
| Version | 0.55.1 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://carvel.dev/ytt/ |
| Dépôt | https://github.com/carvel-dev/ytt |
| Dernière mise à jour | 2026-07-25T21:32:50+02:00 |
| Pulse | updated |
| Bouteille | non enregistré |
| Service | aucun déclaré |
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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 -episte source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.