This repository hosts the apt package repository for the API Alerts CLI, served via GitHub Pages at apt.apialerts.com.
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 apialerts
If you’d prefer not to add the repository, .deb packages are available on the GitHub Releases page:
sudo dpkg -i apialerts_<version>_linux_amd64.deb
Note: packages installed this way won’t receive updates via apt upgrade.
sudo apt update && sudo apt upgrade apialerts
sudo apt remove apialerts