GitHub CLI 2.81.0
This release introduces the release verify and release verify-asset commands for verifying GitHub Release attestations. Part of the Immutable Releases initiative, a release attestation provides a signed, timestamped binding between a release, its git tag, and any associated assets. These new commands provide a convenient way to verify the integrity of an immutable release against its attestation.
gh release verifygh release verify v1.2.3gh release verify-asset my-asset.zipgh release verify-asset v1.2.3 my-asset.zipThese commands help ensure that releases and their assets are authentic and havenβt been tampered with, providing an additional layer of security for your software supply chain.
gh auth status Supports JSON OutputThis release adds support for the --json flag in gh auth status. Run gh auth status --help for more information and usage examples.
co for pr checkout by @babakks in https://github.com/cli/cli/pull/11804gh auth status by @benjlevesque in https://github.com/cli/cli/pull/11544release verify and release verify-asset are now visible by @ejahnGithub in https://github.com/cli/cli/pull/11801Full Changelog: https://github.com/cli/cli/compare/v2.80.0...v2.81.0
Fetched April 8, 2026