CLI troubleshooting
Use version, environment, account, and doctor output to isolate a CLI failure before reinstalling or touching local data.
- If
foxorais not found, open a new terminal and confirm the package manager’s binary directory is onPATH. - Run
foxora --versionandfoxora envto record the installed client and selected environment. - Run
foxora whoami; if needed, usefoxora logoutfollowed byfoxora login. - Run
foxora doctorto check engine, local runtime, authentication, and gateway. - If the runtime is missing, run
foxora setup; if a command is unknown, runfoxora --help.
Do not delete ~/.foxora or %USERPROFILE%\.foxora as a quick fix: it can contain sessions, memory, settings, and login state. Preserve the exact failing command and output for support.
Expected result: one failing layer is named, and the same command succeeds after a single targeted repair.