This repository hosts the rpm package repository for the API Alerts CLI, served via GitHub Pages at rpm.apialerts.com.
Do not edit this repository manually. It is updated automatically on each CLI release.
sudo rpm --import https://rpm.apialerts.com/key.gpg
sudo tee /etc/yum.repos.d/apialerts.repo <<EOF
[apialerts]
name=API Alerts
baseurl=https://rpm.apialerts.com
enabled=1
gpgcheck=1
gpgkey=https://rpm.apialerts.com/key.gpg
EOF
sudo dnf install apialerts
sudo dnf upgrade apialerts
sudo dnf remove apialerts