Skip to main content

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.

  • cd into a repository where .ogoron/ exists, or
  • run ogoron init in 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_PATH
  • OGORON_SUPPORT_PATH

Output formatting (optional):

  • OGORON_PLAIN (also enabled automatically when CI=true)
  • OGORON_NO_COLOR (also respects NO_COLOR)

Networking (optional):

  • HTTP_PROXY, HTTPS_PROXY, NO_PROXY (and lowercase variants)