MSI
WinGet
GitHub CLI
GitHub, Inc. · 2.58.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i gh_2.58.0_windows_amd64.msi /quiet /norestart
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{7967B59C-4262-4401-9E1F-B29DB194A083}
Product version operator
Greater than or equal to
Product version
2.58.0
MSI Properties
Product Code
{7967B59C-4262-4401-9E1F-B29DB194A083}
File Identity
Filename
gh_2.58.0_windows_amd64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
GitHub.cli
Version
2.58.0
Description
Work seamlessly with GitHub from 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
- Better messaging for attestation verify custom issuer mismatch error by @bdehamer in #9616
- Enhance gh repo create docs, fix random cmd link by @andyfeller in #9630
- Add HasActiveToken method to AuthConfig to refactor auth check for attestation trusted-root command by @BagToad in #9635
- Improve the suggested command for creating an issue when an extension doesn't have a binary for your platform by @timrogers in #9608
- Disable auth check for attestation trusted-root command b…