Value Interpolation
Introduction
Examples
{{ project.name }} : {{ org.name }} : {{ env.name }}{{ "now"|date("m/d/Y") }} {{ env.var.identifier|lower }}{% if env.type == 'ephemeral' %}true{% else %}false{% endif %}Where to use value interpolation
Available interpolation values
Available methods that can be used with the values interpolation
Last updated
Was this helpful?
