Skip to content

Releases: apialerts/cli

v1.2.3

06 Apr 16:37

Choose a tag to compare

First Linux release for rpm

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

Full Changelog: v1.2.2...v1.2.3

v1.2.2

06 Apr 15:57

Choose a tag to compare

v1.2.2 Pre-release
Pre-release

First Linux release for apt

curl -fsSL https://apt.apialerts.com/key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/apialerts.gpg
echo "deb [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

Full Changelog: v1.2.1...v1.2.2

v1.2.1

18 Mar 08:20

Choose a tag to compare

v1.2.1

  • depends on go sdk v1.2.0-alpha.5
  • no longer omits optionals to the api

Full Changelog: v1.2.0...v1.2.1

v1.2.0

18 Mar 08:08
0372c5d

Choose a tag to compare

CLI v1.2.0 — New commands, JSON data support, and production hardening

  • Added apialerts init for interactive masked API key setup (TTY-aware)
  • Added apialerts config --unset to remove stored API key
  • Added --data/-d flag to send for passing arbitrary JSON event data (validated on input)
  • send and test now print the destination workspace and channel from the API response instead of swallowing the result
  • Integration name changed from "cli" to "apialerts-cli"
  • Upgraded SDK dependency to v1.2.0-alpha.4
  • Fixed go-version hardcode in all three CI workflows → go-version-file: 'go.mod'
  • Replaced all map[string]interface{} with map[string]any
  • Added 15 functional tests

Full Changelog: v1.1.0...v1.2.0

v1.1.0

17 Mar 12:08

Choose a tag to compare

Rename github repo from apialerts-cli to cli

Full Changelog: v1.0.0...v1.1.0

v1.0.0

12 Mar 17:03

Choose a tag to compare

First release

Setup and run

apialerts config --key your_api_key
apialerts send -m "Deploy completed"

Homebrew (macOS / Linux)

brew tap apialerts/tap
brew install --cask apialerts

Scoop (Windows)

scoop bucket add apialerts https://github.com/apialerts/scoop-bucket
scoop install apialerts

Go Install

go install github.com/apialerts/apialerts-cli@latest