Skip to content

airfocusio/go-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-template

Simple binary to use Go's template engine. Just pipe the template via stdin and retrieve the rendered output from stdout.

Values

Key Value
.Val.some Retrieve any value provided via CLI argument or yaml file
.Env.SOME Retrieve any environment variable

Functions

Uses sprig and adds the required function known from Helm.