Hypeman CLI
The official CLI for the Hypeman REST API.
It is generated with Stainless.
Installation
Installing with Homebrew
brew tap onkernel/tap
brew install hypeman
Installing with Go
go install 'github.com/onkernel/hypeman-cli/cmd/hypeman@latest'
Running Locally
go run cmd/hypeman/main.go
Usage
The CLI follows a resource-based command structure:
hypeman [resource] [command] [flags]
hypeman health check
For details about specific commands, use the --help flag.
Global Flags
--debug - Enable debug logging (includes HTTP request/response details)
--version, -v - Show the CLI version