Install the HealOps CLI
- macOS / Linux
- Windows
Homebrew (recommended):curl installer:pip (Python 3.12+):
Run the onboarding wizard
healops onboard walks you through every configuration step in one session — LLM credentials, observability integrations, and communication channels.
You can re-run
healops onboard at any time to add or update credentials.
Configure integrations manually
Set up all integrations interactively
From the HealOps interactive shell:Set up a specific integration
Configure via environment variables
HealOps picks up credentials from environment variables automatically. Set the relevant variables before starting the CLI:Integration categories
Verify integration health
After setup, confirm each integration is reachable:Run your first investigation
Interactive shell — start HealOps with no arguments to enter the prompt shell. Type incidents in plain language or use slash commands:
One-shot investigation — pass an alert file directly without entering the shell:
Keep the CLI up to date
Uninstall
To remove HealOps and all locally stored configuration:--yes to skip the confirmation prompt:
Troubleshooting
healops: command not found
Run source ~/.bashrc (or ~/.zshrc on macOS) after install, then retry.
Docker is not running
Start Docker Desktop, OrbStack, or Colima. HealOps uses containers for some integration health checks.
make is missing
Install via your package manager: brew install make on macOS or choco install make on Windows.
No LLM provider configured
Run healops onboard and follow the LLM setup step. You need a valid API key from Anthropic, OpenAI, or a compatible provider.
Integration verification fails
Re-run healops integrations setup <integration> to refresh credentials. Check the provider-specific page under Integrations for required API scopes.
Tracer