Declared it in the project file:
envs:
default: staging
available: [local, staging, qa]sdods run -p demo-shop -e qa -l api✖ ENV_NOT_FOUND: Environment "qa" has no file at /work/shop-tests/projects/demo-shop/envs/qa.yaml
hint: Run `sdods env add qa --project demo-shop --ui-url ... --api-url ...`.
docs: https://docs.sdods.com/docs/guides/configurationDoes an environment have to have a file? I only wanted the name to exist so CI could pass it through.