Text module: Substitute in-text environment variables with values
Substitute variables in text for their given values
Example
Replace variables in provided text with values:
space -m text /variablesubst/ -- 'Hello \${VARIABLE}' 'VARIABLE' 'VARIABLE=World'
Exit status code is expected to be 0 on success.
Edit this page