instant CLI release 0.3.0.
Install (one-liner)
curl -sSfL https://instanode.dev/install.sh | shOr download the archive for your platform from the assets below and
drop the binary on $PATH.
Verify the release
Checksums are signed with sigstore cosign (keyless OIDC). To verify:
cosign verify-blob \
--certificate-identity-regexp 'https://github.com/InstaNode-dev/cli/.github/workflows/release.yml@.*' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--signature checksums.txt.sig \
--certificate checksums.txt.pem \
checksums.txtChangelog
- d206922 chore(deps): Bump the actions group with 2 updates (#27)
- c231284 chore(deps): Bump the actions group with 3 updates (#22)
- 9008a29 feat(cli): operate-verb parity with MCP + Homebrew tap publishing (#30)
- 1f43feb fix(ci): bump Go toolchain to 1.25.11 (clears GO-2026-5039/5037 stdlib vulns) (#23)
- 93862ab fix(cli): completion exit=1 on no shell arg +
instant versionalias (BUG-CLI-016, BUG-CLI-041) (#21) - 86dbb5e fix(cli): four contained DX gaps — PAT signpost, deploy flag-parse, dup auth print, --version VCS fallback (#28)
- cb85bb0 fix(cli): item-envelope detail decode + provision-timeout orphan guidance (#29)
- 725949d fix(lint): suppress SA5011 in test files (mirror api .golangci.yml) (#24)
- 0566d46 fix(release): bump cosign v2.4.1 → v2.6.3 so goreleaser-action can verify its download bundle (#31)
- 6ee06fe sec(cli): scheme-allowlist openBrowser + atomic tokens.Save (F-17, F-18) (#20)
- d6da0b4 test(cli): add registry-iterating done-bar + contract gap-fills (#25)
- 3adcb59 test(cli): assert claim-on-login surfaces claimed-token count (#26)