Simple tool to render a jinja2 template from a yaml context


usage: reify [-h] [--context CONTEXT] [--envfile ENVFILE] [--output OUTPUT]
             template [extra [extra ...]]

render a jinja2 template

positional arguments:
  template              the template file
  extra                 extra key value pairs (foo=bar)

optional arguments:
  -h, --help            show this help message and exit
  --context CONTEXT, -c CONTEXT
                        file to load context data from. Can also be read from
                        stdin.
  --envfile ENVFILE, -e ENVFILE
                        file with environment varibles
  --output OUTPUT, -o OUTPUT
                        output file, defaults to stdout
