Installation
hscli ships as a single npm package. Install it globally to get the hscli command on
your PATH.
npm install -g @wavyx/hscliOther ways to install
Section titled “Other ways to install”Homebrew (macOS / Linux):
brew tap wavyx/tapbrew install hscliScoop (Windows):
scoop bucket add hscli https://github.com/wavyx/scoop-hscliscoop install hscliDocker — run without a local Node install:
docker run --rm -e HSCLI_DOCS_API_KEY ghcr.io/wavyx/hscli docs site listVerify
Section titled “Verify”hscli --versionhscli --helphscli doctor # check environment, auth, and connectivityhscli --help is fully self-describing — it lists every command group and flag, which
is also how an AI agent discovers the tool.
Update & uninstall
Section titled “Update & uninstall”npm update -g @wavyx/hscli # updatenpm uninstall -g @wavyx/hscli # removeConnect your account in Authentication, then try a command from the reference.