Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 876 Bytes

File metadata and controls

37 lines (25 loc) · 876 Bytes

sgpctl

A CLI tool for managing SGP services, including System Manager and Agentex Cloud.

Installation

macOS (Homebrew)

brew tap scaleapi/sgpctl https://github.com/scaleapi/sgpctl
brew install sgpctl

The explicit URL is required because the tap repo isn't named homebrew-sgpctl (the Homebrew convention for auto-discovery). No GitHub token needed — this repo and its releases are public.

To upgrade to the latest version:

brew update
brew upgrade sgpctl

Linux / Windows

Download 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

Usage

sgpctl --help