HSX_E_INPUT_UNKNOWN_COMMAND
Unknown command.
What this error means
You ran `hs-x` with a verb it doesn't recognize.
When this error stops a command, hs-x exits with code 10. With --json, the failure is reported as a structured error whose code field is HSX_E_INPUT_UNKNOWN_COMMAND — stable to match on in scripts and agents.
Likely causes
- Typo in the command name
- Trying to use a command that was removed or renamed
How to fix it
- Run
hs-x helpto see all commands - Check the spelling — hs-x suggests the closest match
Still stuck? Re-run the command with --debug for the wire-level detail, or hs-x doctor to check accounts, link state, and connectivity in one pass.
Keep going