Skip to content

← All questions

Environment "qa" is not in envs.available [local, staging] — I created envs/qa.yaml already

Asked 9,240 views3 answers

Wrote projects/demo-shop/envs/qa.yaml by copying staging.yaml and changing the URLs. Then:

bash
sdods run -p demo-shop -e qa -l api
text
✖ ENV_NOT_FOUND: Environment "qa" is not in envs.available [local, staging] for project demo-shop.
  hint: Add "qa" to envs.available in sdods.project.yaml and create envs/qa.yaml.
  docs: https://docs.sdods.com/docs/guides/configuration

The file is right there. Why does it also need declaring?

asked by Tobi Schrader97 ·

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