levant

Template and deploy HashiCorp Nomad jobs with variable substitution

brewmacoslinux
Try with needOr install directly
Source

About

Templating and deployment tool for HashiCorp Nomad jobs

Commands

levant

Examples

Deploy a Nomad job from a template with variables$ levant deploy -var-file=vars.json job.nomad.tpl
Render a job template without deploying$ levant render -var environment=production job.nomad.tpl
Force re-evaluation of a job deployment$ levant deploy -force-count job.nomad.tpl