Skip to content

v0.1.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Aug 10:11
· 23 commits to main since this release
v0.1.0-beta.2
012b46d

This is the recommended Pushman CLI beta release.

It contains the complete first-beta command surface and fixes version reporting for installations made with go install. Those builds now read the tagged Go module version instead of displaying dev.

Install

go install github.com/WhiteKiwi/pushman-cli/cmd/pushman@v0.1.0-beta.2
pushman version

Prebuilt archives are available below for macOS, Linux, and Windows on arm64 and x86_64. Each archive is covered by checksums.txt and GitHub build provenance.

awk -v name="<asset-name>" '$2 == name' checksums.txt | shasum -a 256 -c -
gh attestation verify "<asset-name>" -R WhiteKiwi/pushman-cli

See the first beta notes for the complete feature overview and the full diff for this correction.