This repository hosts the apt package repository for the API Alerts CLI, served via GitHub Pages at apt.apialerts.com.
- Website: apialerts.com
- Docs: apialerts.com/docs/tools/cli
Do not edit this repository manually. It is updated automatically on each CLI release.
curl -fsSL https://apt.apialerts.com/key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/apialerts.gpg
echo "deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/apialerts.gpg] https://apt.apialerts.com stable main" | sudo tee /etc/apt/sources.list.d/apialerts.list
sudo apt update && sudo apt install apialertsIf you'd prefer not to add the repository, .deb packages are available on the GitHub Releases page:
sudo dpkg -i apialerts_<version>_linux_amd64.debNote: packages installed this way won't receive updates via apt upgrade.
sudo apt update && sudo apt upgrade apialertssudo apt remove apialerts