MSI
WinGet
GitHub CLI
GitHub, Inc. · 2.60.0 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i gh_2.60.0_windows_386.msi /quiet /norestart
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{B7886019-17DE-4A8D-AE1C-044E76FB60B7}
Product version operator
Greater than or equal to
Product version
2.60.0
MSI Properties
Product Code
{B7886019-17DE-4A8D-AE1C-044E76FB60B7}
File Identity
Filename
gh_2.60.0_windows_386.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
GitHub.cli
Version
2.60.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)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
What's Changed
- Add ArchivedAt field by @tsukasaI in #9790
- Include startedAt, completedAt in run steps data by @andyfeller in #9774
- Adjust environment help for host and tokens by @williammartin in #9809
- Add handling of empty titles for Issues and PRs by @jtmcg in #9701
- LiveSigstoreVerifier.Verify should error if no attestations are present by @phillmv in #9742
- gh at verify retries fetching attestations if it receives a 5xx by @phillmv in #9797
- Prevent local extension installations w…