Hallaxius CLI

Configuration

Understand how the CLI stores data, where configuration lives on disk, and what environment variables are available.

Data Files

All Hallaxius CLI data is stored under your Windows user profile. No system-wide changes are made.

PathDescription
%APPDATA%\HallaxiusCli\hallaxius.config.jsonConfiguration 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

Environment Variables

VariableValueDescription
NO_COLOR1Disable all colored output for non-interactive environments

Useful in CI/CD or scripting environments where ANSI codes can cause issues:

$NO_COLOR=1 hallaxius upload file.txt --json

Auto-Update

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:

$hallaxius update --install
Terminal
Checking for updates...
✓ Updated to v1.0.2

Reinstall

If you need to reinstall the CLI to the global install directory:

$hallaxius reinstall
Terminal
Installing hallaxius CLI globally...
✓ Installation complete!