sdods config show -p demo-shop -e staging --explainpath layer value
env.api.baseUrl envYaml https://jsonplaceholder.typicode.com
env.ui.baseUrl envYaml https://www.saucedemo.com
env.vars.standardPassword envYaml ***
project.screenshots.onlyOnFailure envYaml false
project.screenshots.policy.@smoke project scenario
runtime.retries defaults 0The documented layer names include dotenv, but standardPassword is only in the yaml as a ${VAR} and its actual value comes from .env.staging. Why does the row say envYaml and not dotenv?