Skip to content

skyhook-io/skyhook-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skyhook CLI

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.

Installation

Homebrew (macOS + Linux)

brew install skyhook-io/tap/skyhook

Scoop (Windows)

scoop bucket add skyhook https://github.com/skyhook-io/scoop-bucket
scoop install skyhook

Shell installer (macOS + Linux)

curl -fsSL https://get.skyhook.io/install.sh | sh

Installs 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.

PowerShell installer (Windows)

irm https://get.skyhook.io/install.ps1 | iex

Installs 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.

Manual Download

Grab the matching tarball/zip for your platform from the releases page and extract skyhook (or skyhook.exe) onto your PATH.

Upgrading

skyhook upgrade

Homebrew / Scoop users should upgrade through their package manager instead:

brew upgrade skyhook-io/tap/skyhook
# or
scoop update skyhook

Usage

skyhook --help

See the CLI reference docs for the full command list.

Configuration

The CLI stores configuration in ~/.skyhook/conf.yaml.

Set default organization:

skyhook config set org <org-name>

Development

This repository contains release artifacts and install scripts only. The CLI is built from the koala-backend repository.

License

Copyright © 2026 Skyhook

About

Skyhook CLI - Command-line tool for managing Kubernetes services

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors