Shoehorn CLI¶
Command-line interface for the Shoehorn Intelligent Developer Platform. Browse your service catalog, manage governance actions, view GitOps resources, explore teams and ownership, run Forge workflows, manage addons, and more — all from the terminal with a rich interactive TUI.
Installation¶
Build from source¶
Homebrew (macOS / Linux)¶
Mise (macOS / Linux / Windows)¶
Add to your mise.toml or ~/.config/mise/config.toml:
Then run:
Windows: Ensure the mise shims directory is in your PATH:
# Add to your PowerShell profile (one-time setup):
Add-Content $PROFILE '$env:PATH = "$env:LOCALAPPDATA\mise\shims;$env:PATH"'
Scoop (Windows)¶
Manual download¶
Download the binary for your platform from Releases, extract it, and add to your PATH.