Skip to main content

Accessing environment variables from blueprints

You might want to access your environment variables from within the blueprint itself. There is a special variable called ENV which grants you access to the variables defined in your environment. Use it as you'd use any other variable in your blueprint, for example:

{{ ENV.USER }}