Configuration
Interpolation
The cloud configuration has capabilities to substitute configuration settings with dynamic values. Those dynamic values are configured with the syntax ${<type>:<arg1>:<arg2>:<arg n>} and the following types are available
Types
Environment variables env
replace with HOME environment variable
replace with VAR1 environment variable, fall back to foo-bar if not set
Pass secrets pass
If a pass secret provider is configured, the following replacements can be used
replace with secret at path some/secret/path
Debugging
A debug command is available for interactive testing of substitutions