render-manifests

command
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

render-manifests is a generic Go template renderer. It walks --templates-dir for *.yaml.tmpl files, executes each with Go's text/template (plus the sprig function library), and writes the rendered output under --output-dir mirroring the source tree structure.

Template data is supplied via repeatable --set key=value flags. Missing keys evaluate to empty strings (text/template's missingkey=zero behaviour for map data), which lets templates rely on sprig's `default` function to supply documented fallbacks.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL