Description

A YAML template engine with Python expressions

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'template1' ]

template{:bash}

:file

YTE template

*.{yaml}

map_file{:bash}

:file

YAML file containing a map to be used in the template

*.{yaml}

map{:bash}

:map

Groovy Map containing mapping information to be used in the template e.g. [ key: value ] with key being a wildcard in the template

Output

name:type
description
pattern

rendered{:bash}

meta{:bash}

:map

Groovy Map containing sample information

*.yaml{:bash}

:file

Rendered YAML file

*.yaml

versions_yte{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

yte{:bash}

:string

The tool name

echo $VERSION{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

yte{:bash}

:string

The tool name

echo $VERSION{:bash}

:eval

The expression to obtain the version of the tool

Tools

yte
MIT

A YAML template engine with Python expressions