Skip to content
On this page

Eval

Note: This is an experimental command that is likely subject to change in the future.

The eval command allows you to fully evaluate a Terramate expression.

Usage

terramate experimental eval EXPRS

Examples

Evaluate an expression that returns the uppercase version of the current stack name:

bash
terramate experimental eval 'tm_upper(terramate.stack.name)'