MSI
WinGet
GitHub CLI
GitHub, Inc. · 2.57.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i gh_2.57.0_windows_amd64.msi /quiet /norestart
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{4E1CC1B5-332E-4318-84F1-C803D407A070}
Product version operator
Greater than or equal to
Product version
2.57.0
MSI Properties
Product Code
{4E1CC1B5-332E-4318-84F1-C803D407A070}
File Identity
Filename
gh_2.57.0_windows_amd64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
GitHub.cli
Version
2.57.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
- Move non-integration tests to different test file by @codysoyland in #9577
- Added tenancy aware attestation commands by @kommendorkapten in #9542
- Added --active flag to the gh auth status command by @velumuruganr in #9520
- build(deps): bump github.com/sigstore/sigstore-go from 0.6.1 to 0.6.2 by @dependabot in #9601
- gh attestation verify test for custom OIDC issuers by @bdehamer in #9595
- Suggest installing Rosetta when extension installation fails due to missing darwin-ar…