Troubleshooting
The Ogoron command is not found
- Ensure the Ogoron binary is installed for your OS and is available in
PATH. - Verify:
ogoron --version
ogoron --help
“Not in a project...”
You are not in a project root yet.
cdinto a repository where.ogoron/exists, or- run
ogoron initin the directory you want to treat as a project root.
Upgrade conflicts or broken configs
- Preferred: ask your developers for support.
- If you understand the change: fix configs manually and re-run
ogoron init validate.
Environment variables (practical)
Required:
OGORON_KEY
Paths overrides (optional):
OGORON_TESTS_PATHOGORON_SUPPORT_PATH
Output formatting (optional):
OGORON_PLAIN(also enabled automatically whenCI=true)OGORON_NO_COLOR(also respectsNO_COLOR)
Networking (optional):
HTTP_PROXY,HTTPS_PROXY,NO_PROXY(and lowercase variants)