The Hallaxius CLI has 13 commands available in both interactive (REPL) and command-line modes.
The CLI works in two modes: interactive (persistent REPL session) and command-line (one-off commands for scripts and CI/CD).
Or use one-liner commands:
| Command | Shortcut | Description |
|---|---|---|
configure | cfg | Set your API key |
upload | up | Upload a file or URL |
pending | pend | List pending uploads |
resume | res | Resume a pending upload |
verify | v | Validate API key |
reset | rm | Clear stored configuration |
shortlink | sl | Create a shortlink |
plan | acc | Show plan and features |
profile | prof | Show full profile info |
update | upd | Check or install updates |
reinstall | reinst | Reinstall CLI globally |
clear | cls | Clear the screen (REPL only) |
exit | q | Exit interactive mode (REPL only) |
help | h | Show help |
configure (cfg)Set your API key. Usage: hallaxius configure <api-key>
upload (up)Upload a file or URL. Usage: hallaxius upload <file|url> [options]
pending (pend)List pending uploads. Usage: hallaxius pending
resume (res)Resume a pending upload. Usage: hallaxius resume <id>
verify (v)Validate API key. Usage: hallaxius verify
reset (rm)Clear stored configuration. Usage: hallaxius reset
shortlink (sl)Create a shortlink. Usage: hallaxius shortlink <url> [--slug <slug>]
plan (acc)Show plan and features. Usage: hallaxius plan
profile (prof)Show full profile info. Usage: hallaxius profile
update (upd)Check or install updates. Usage: hallaxius update [--install]
reinstall (reinst)Reinstall CLI globally. Usage: hallaxius reinstall