Skip to content

Releases: HostTracker/cli

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 07:49

Changelog

Install

brew install HostTracker/tap/ht-cli
go install github.com/HostTracker/cli/cmd/ht-cli@v0.2.0
curl -fsSL https://raw.githubusercontent.com/HostTracker/cli/main/install.sh | sh
docker run --rm -e HT_TOKEN ghcr.io/hosttracker/ht-cli:0.2.0 monitors list   # or hosttracker/ht-cli:0.2.0

Debian/Ubuntu: sudo apt install ht-cli from https://hosttracker.github.io/apt (setup in the README).
Fedora/RHEL: sudo dnf install ht-cli with https://hosttracker.github.io/apt/rpm/hosttracker.repo.
Windows: scoop bucket add hosttracker https://github.com/HostTracker/scoop-bucket && scoop install ht-cli.

The .deb, .rpm and .apk below carry the same binary, in
/usr/bin, with the shell completions.

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 22 Aug 17:26

Changelog

  • 77a6d05: Packaging: deb/rpm/apk, Docker image, Scoop, winget, AUR (gated), apt/rpm repositories (@shashek)

Install

brew install HostTracker/tap/ht-cli
go install github.com/HostTracker/cli/cmd/ht-cli@v0.1.1
curl -fsSL https://raw.githubusercontent.com/HostTracker/cli/main/install.sh | sh
docker run --rm -e HT_TOKEN ghcr.io/hosttracker/ht-cli:0.1.1 monitors list

Debian/Ubuntu: sudo apt install ht-cli from https://hosttracker.github.io/apt (setup in the README).
Fedora/RHEL: sudo dnf install ht-cli with https://hosttracker.github.io/apt/rpm/hosttracker.repo.
Windows: scoop bucket add hosttracker https://github.com/HostTracker/scoop-bucket && scoop install ht-cli.

The .deb, .rpm and .apk below carry the same binary, in
/usr/bin, with the shell completions.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 16:25

Changelog

Install

brew install HostTracker/tap/ht-cli
go install github.com/HostTracker/cli/cmd/ht-cli@v0.1.0
curl -fsSL https://raw.githubusercontent.com/HostTracker/cli/main/install.sh | sh