Releases: HostTracker/cli
Release list
v0.2.0
Changelog
- 8ee9662: 0.2.0: check run --strict-tls, contacts decode activePeriods clock times, built on hosttracker-sdk-go v0.2.0 (@shashek)
- e1ca214: context7.json (@shashek)
- 342f5fb: llms.txt, Docker Hub mirror, naming (@shashek)
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.0Debian/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
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 listDebian/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
Changelog
- 0d1dc2e: CI: clone sibling SDK while go.mod has a replace; regen via bash (shashek danylo.shashenko@gmail.com)
- d2fcb65: Depend on hosttracker-sdk-go v0.1.0 (shashek danylo.shashenko@gmail.com)
- 1a5d90f: Initial import (shashek danylo.shashenko@gmail.com)
- b147779: Rename binary to ht-cli; add cmd/ht-cli entry point and curl installer (shashek danylo.shashenko@gmail.com)
- 3ebcddc: Tests: Windows-safe config mode check and golden comparison; .gitattributes (shashek danylo.shashenko@gmail.com)
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