Documentation
¶
Overview ¶
Package eval provides expr-lang expression evaluation for deployment YAML files.
It supports two forms of substitution:
- Simple variable expansion: ${VAR} and ${env.VAR}
- Expression blocks: ${{ expr }} using the expr-lang engine
All environment variables are available as top-level identifiers (e.g. VERSION) and also under the "env" namespace (e.g. env.VERSION).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.