Allow more powerful template expressions in the config.yml file.
For example, the
<< parameters.foo >>
expression is just a simple string replacement. If we wanted to transform the value of the
foo
parameter to lowercase for example, it'd be nice to do something like
<< parameters.foo | tolower >>
.
More context can be found here: