Skip to content
hscli

Installation

hscli ships as a single npm package. Install it globally to get the hscli command on your PATH.

install
npm install -g @wavyx/hscli

Homebrew (macOS / Linux):

Terminal window
brew tap wavyx/tap
brew install hscli

Scoop (Windows):

Terminal window
scoop bucket add hscli https://github.com/wavyx/scoop-hscli
scoop install hscli

Docker — run without a local Node install:

Terminal window
docker run --rm -e HSCLI_DOCS_API_KEY ghcr.io/wavyx/hscli docs site list
verify
hscli --version
hscli --help
hscli doctor # check environment, auth, and connectivity

hscli --help is fully self-describing — it lists every command group and flag, which is also how an AI agent discovers the tool.

Terminal window
npm update -g @wavyx/hscli # update
npm uninstall -g @wavyx/hscli # remove

Connect your account in Authentication, then try a command from the reference.