ubx console opens an interactive REPL for evaluating ubx expressions and testing built-in functions without writing a full .iac file.
Usage
Examples
Supported Expressions
- All 30 built-in functions
- String interpolation:
"${lower("HELLO")}-bucket" - Arithmetic:
2 + 3,10 / 2 - Boolean expressions:
"prod" == "prod",5 > 3 - List and object literals
Not Supported in Console
~pending references (no cloud context)input.*references (no config loaded)- Block definitions
