Would be nice to support setting values to the output of a command, e.g. ```yaml PYVERSION: `python --version` ``` or ```yaml PYVERSION: $(python --version) ``` would set $PYVERSION to "Python 3.8.17"