MSI
WinGet
GitHub CLI
GitHub, Inc. · 2.83.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i gh_2.83.0_windows_amd64.msi /quiet /norestart
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{B57D021D-9D20-43AA-A11E-E8AEDEF57103}
Product version operator
Greater than or equal to
Product version
2.83.0
MSI Properties
Product Code
{B57D021D-9D20-43AA-A11E-E8AEDEF57103}
File Identity
Filename
gh_2.83.0_windows_amd64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
GitHub.cli
Version
2.83.0
Description
Take GitHub to the command line
License
MIT
↗
Homepage
https://cli.github.com/
Support
https://support.github.com/
Upgrade Behavior
install(Install over existing)
Release Notes
What's Changed
✨ Features
- Add isImmutable to release list JSON output by @babakks in #12064
- gh agent-task create: support --custom-agent/-a flag by @BagToad in #12068
- 💡 (gh repo delete) Add warning when --yes is ignored without a repository, Closes: #12033 by @Shion1305 in #12039
- feat: implement gh pr revert by @lucasmelin in #8826
🐛 Fixes
- fix(gist): add support for editing & viewing large files by @luxass in #11761
- Fix gh attestation verify to work when Public Good Instance of Sigst…