Learn the syntax for Go's text/template package, the basis of
the template processing engines in Nomad, Consul, and Vault.
8min
Format Nomad Command Output with Templates
Use Go template syntax to customize the output of many Nomad CLI commands and
learn how to explore unknown template contexts.
30min
DRY Nomad Job Specs with Levant
Use Levant to template jobs and reduce repeated elements inside of a job,
reducing your efforts in maintaining complex job files.
45min
Make Abstract Job Specs with Levant
Levant enables you to combine templates and context provided as command-line
flags or variable files and enables you to abstract away complexity for
downstream users.