Understand how the CLI stores data, where configuration lives on disk, and what environment variables are available.
All Hallaxius CLI data is stored under your Windows user profile. No system-wide changes are made.
| Path | Description |
|---|---|
%APPDATA%\HallaxiusCli\hallaxius.config.json | Configuration file with encrypted API key |
%APPDATA%\HallaxiusCli\resume\ | Directory storing pending upload states for resume |
%APPDATA%\HallaxiusCli\backup\ | Directory for version backups during updates |
%LOCALAPPDATA%\HallaxiusCli\ | Global install directory for the CLI binary |
| Variable | Value | Description |
|---|---|---|
NO_COLOR | 1 | Disable all colored output for non-interactive environments |
Useful in CI/CD or scripting environments where ANSI codes can cause issues:
The CLI automatically checks for updates every 24 hours. If a new version is available, you'll see a notification on startup.
To manually check and install updates:
If you need to reinstall the CLI to the global install directory: