Expand description
${{ env.NAME }} string templates — the safe stand-in for upstream’s
!js interpolation. No expression evaluation.
Functions§
- interpolate_
node - Recursively expand templates in every string of the value tree using process environment variables.
- interpolate_
node_ with - Recursively expand templates using a caller-supplied lookup (see
interpolate_str_with). - interpolate_
str - Expand every
${{ env.NAME }}template inside the string using process environment variables. - interpolate_
str_ with - Expand templates using a caller-supplied lookup, which maps an
expression like
env.NAMEto its value.Ok(None)means the expression is well-formed but has no value; anErrrejects the expression outright.