hw CLI Installation
The hw CLI is a terminal-based interface for managing your Hyprwatch fleet.
Requirements
- Linux (x86_64 or aarch64) or macOS
- An API key from your Hyprwatch dashboard
Installation
Install using the one-line installer with your API key:
curl -sSL https://hyprwatch.cloud/install/hw/YOUR_API_KEY | sh
This will download the hw binary and create a config file at ~/.config/hw/config.toml.
Configuration
The config file looks like this:
[server]
url = "wss://hyprwatch.cloud/api/socket"
api_key = "hw_live_xxxxx"