A CLI tool for managing SGP services, including System Manager and Agentex Cloud.
Since this is a private repo, you need a GitHub personal access token with repo scope.
Generate one via the CLI:
gh auth tokenOr create one manually at https://github.com/settings/tokens.
Then install:
export HOMEBREW_GITHUB_API_TOKEN=$(gh auth token)
brew tap scaleapi/sgpctl https://github.com/scaleapi/sgpctl
brew install sgpctlYou can add the export line to your ~/.zshrc or ~/.bashrc to persist it.
To upgrade to the latest version:
brew update
brew upgrade sgpctlDownload the binary for your platform from the latest release and add it to your PATH.
| Platform | Binary |
|---|---|
| macOS (ARM) | sgpctl-darwin-arm64 |
| Linux (x86_64) | sgpctl-linux-amd64 |
| Windows (x86_64) | sgpctl-windows-amd64.exe |
sgpctl --help