Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 12:29
· 13 commits to main since this release

Changelog

  • ae81e3f: Add goals and snippet, the last two readable endpoints (@key-arg)
  • 532d636: Build on a Go without known vulnerabilities, and keep it that way (@key-arg)

Install

macOS and Linux (Homebrew): brew install key-arg/tap/statable
Anywhere with Go: go install github.com/key-arg/statable-cli/cmd/statable@v0.2.0

Arch: an AUR package statable-bin is built by this pipeline but not yet
published — AUR account registration is closed. Use go install or the
archive below.

Or download the archive for your platform below. There is deliberately no
curl | sh installer.

Verify what you downloaded

cosign verify-blob checksums.txt \
  --certificate checksums.txt.pem \
  --signature checksums.txt.sig \
  --certificate-identity-regexp 'https://github\.com/key-arg/statable-cli/\.github/workflows/.+' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com
sha256sum --check checksums.txt --ignore-missing