Request
Can we support env var extrapolation ?
If I create an .env file with the following env var
REGISTRY_HOST=gitea.cnoe.localtest.me:8443
REG_NAME=http://$REGISTRY_HOST
next source the file dotenv -x .env, then REG_NAME variable appears as such
❯ echo $REG_NAME
http://$REGISTRY_HOST