Documentation Index
Fetch the complete documentation index at: https://mintlify.com/hypertekorg/hyperstack/llms.txt
Use this file to discover all available pages before exploring further.
Installing the CLI
The Hyperstack CLI (hs) is distributed as a standalone binary and via Cargo, Rust’s package manager.
Install via Cargo (Recommended)
Prerequisites
- Rust 1.70+ - Install via rustup
Install
hs binary to your Cargo bin directory (typically ~/.cargo/bin).
Update
Install from Binary
Binary releases are coming soon. For now, use the Cargo installation method.
Install from Source
For the latest development version:Verify Installation
Confirm the CLI is installed correctly:Shell Completions
Enable tab completion for your shell:Configuration Directory
The CLI stores credentials and settings in:- macOS/Linux:
~/.config/hyperstack/ - Windows:
%APPDATA%\hyperstack\
Files Created
credentials.toml- API key and authentication tokenstelemetry.toml- Telemetry consent and settings
Development Mode
For local development against a local Hyperstack API server:https://api.usehyperstack.com to http://localhost:3000.
Troubleshooting
Command not found
Ifhs is not found after installation:
-
Ensure
~/.cargo/binis in yourPATH: -
Verify the binary exists:
Permission denied
If you get permission errors:SSL/TLS errors
The CLI usesrustls for HTTPS. If you encounter SSL errors, ensure your system has up-to-date CA certificates.