gh release view v1.1.0 --json tagName,assets,publishedAt

Category: GitHub CLI

gh release view v1.1.0 --json tagName,assets,publishedAt

View release metadata as JSON

--json returns release fields such as tagName, assets, and publishedAt for scripts. assets expands to an array of attached files with sizes and download counts. Pair with --jq to shape the output into reports or CI checks.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.