CLI Installation
The SureStage CLI provides command-line access to all platform features.
Installation Methods
Homebrew (macOS / Linux)
brew tap surestage/tap
brew install surestage
Go Install
go install github.com/surestage/surestage-cli@latest
Binary Download
Download pre-built binaries from the releases page for:
- macOS (arm64 / amd64)
- Linux (arm64 / amd64)
- Windows (amd64)
Verify Installation
surestage --version
Configuration
The CLI stores configuration in ~/.surestage/config.yaml. Initial setup:
surestage config init
This creates the config file with default settings. You can customize:
api_url: https://api.surestage.com
default_format: json
color: true
Next Steps
- Authentication - Log in to your account
- Commands Overview - See all available commands