Releases: hackath0r/zd-cli
Releases · hackath0r/zd-cli
zd-cli v0.2.0
zd-cli v0.2.0
Install:
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/hackath0r/zd-cli/main/scripts/install.sh | sh
# Homebrew
brew install hackath0r/tap/zd-cli
# Scoop (Windows)
scoop bucket add hackath0r https://github.com/hackath0r/scoop-bucket
scoop install zd-cli
# Go
go install github.com/hackath0r/zd-cli/cmd/zd@v0.2.0The same binary is also installed as ximr on every channel.
Changelog
Features
- a679555: feat(cli): wrap full Zenduty / Xurrent IMR API surface (@prashant-bm)
Bug fixes
- 452eb28: fix(install.sh): create ZD_PREFIX/bin when prefix is overridden (@hackath0r)
Full Changelog: v0.1.0...v0.2.0
zd-cli v0.1.0
zd-cli v0.1.0
Install:
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/hackath0r/zd-cli/main/scripts/install.sh | sh
# Homebrew
brew install hackath0r/tap/zd-cli
# Scoop (Windows)
scoop bucket add hackath0r https://github.com/hackath0r/scoop-bucket
scoop install zd-cli
# Go
go install github.com/hackath0r/zd-cli/cmd/zd@v0.1.0The same binary is also installed as ximr on every channel.
Changelog
Features
- d69fb5b: feat(cli): cobra root with global flags, viper config, ximr basename (Prashant Bhargava hackath0r@users.noreply.github.com)
- 0c7217b: feat(cli): operational hot path - incidents, events, oncall (Prashant Bhargava hackath0r@users.noreply.github.com)
- 9bf0e1d: feat(cli): scaffold admin CRUD command surface as not-yet-implemented stubs (Prashant Bhargava hackath0r@users.noreply.github.com)
- e19467f: feat(release): packaging + community files + world-class README (Prashant Bhargava hackath0r@users.noreply.github.com)
- f30c15c: feat(zenduty): add typed client wrapper with Token auth + retry (Prashant Bhargava hackath0r@users.noreply.github.com)
- a740659: feat(zenduty): vendor OpenAPI spec + generate typed client (Prashant Bhargava hackath0r@users.noreply.github.com)
Bug fixes
- e7f0fdc: fix(ci): pin go 1.24 + toolchain 1.25 + golangci-lint v2 (Prashant Bhargava hackath0r@users.noreply.github.com)
- 87e016f: fix(lint): clean up to satisfy golangci-lint v2 (Prashant Bhargava hackath0r@users.noreply.github.com)
- 5c1ef5c: fix(release): hard-code 'zd' archive name template (Prashant Bhargava hackath0r@users.noreply.github.com)
Full Changelog: ...v0.1.0