Description
Currently you can only use ${ENV} variables, but not everywhere, only for string values, this makes delaing with them in arrays impossible.
Solution
Instead users should be able to use {{.VAR}} from their predefined variables, and also make that recursive.
Description
Currently you can only use
${ENV}variables, but not everywhere, only for string values, this makes delaing with them in arrays impossible.Solution
Instead users should be able to use
{{.VAR}}from their predefined variables, and also make that recursive.