Skip to content

← All questions

config show --explain says envYaml for a value that came out of .env.staging

Asked 9,130 views3 answers
bash
sdods config show -p demo-shop -e staging --explain
text
path                              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 0

The 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?

asked by Renata Kohl608 ·

3 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related