A YAML template engine with Python expressions
meta{:bash}
:map
Groovy Map containing sample information e.g. [ id:'template1' ]
[ id:'template1' ]
template{:bash}
:file
YTE template
*.{yaml}
map_file{:bash}
YAML file containing a map to be used in the template
map{:bash}
Groovy Map containing mapping information to be used in the template e.g. [ key: value ] with key being a wildcard in the template
[ key: value ]
rendered{:bash}
Groovy Map containing sample information
*.yaml{:bash}
Rendered YAML file
*.yaml
versions_yte{:bash}
${task.process}{:bash}
:string
The process the versions were collected from
yte{:bash}
The tool name
echo $VERSION{:bash}
:eval
The expression to obtain the version of the tool
versions{:bash}