Wrote projects/demo-shop/envs/qa.yaml by copying staging.yaml and changing the URLs. Then:
sdods run -p demo-shop -e qa -l api✖ 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/configurationThe file is right there. Why does it also need declaring?