Command-line tool for managing Kubernetes services with Skyhook.
This repository hosts public releases and install scripts. The CLI source lives in the backend repository.
brew install skyhook-io/tap/skyhookscoop bucket add skyhook https://github.com/skyhook-io/scoop-bucket
scoop install skyhookcurl -fsSL https://get.skyhook.io/install.sh | shInstalls to ~/.local/bin (or /usr/local/bin when run as root). Set SKYHOOK_INSTALL_DIR to override, or SKYHOOK_VERSION to pin a specific version.
irm https://get.skyhook.io/install.ps1 | iexInstalls to %LOCALAPPDATA%\skyhook and adds it to your user PATH. Set $env:SKYHOOK_INSTALL_DIR to override, or $env:SKYHOOK_VERSION to pin a specific version.
Grab the matching tarball/zip for your platform from the releases page and extract skyhook (or skyhook.exe) onto your PATH.
skyhook upgradeHomebrew / Scoop users should upgrade through their package manager instead:
brew upgrade skyhook-io/tap/skyhook
# or
scoop update skyhookskyhook --helpSee the CLI reference docs for the full command list.
The CLI stores configuration in ~/.skyhook/conf.yaml.
Set default organization:
skyhook config set org <org-name>This repository contains release artifacts and install scripts only. The CLI is built from the koala-backend repository.
Copyright © 2026 Skyhook