MSI
WinGet
GitHub CLI
GitHub, Inc. · 2.55.0 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i gh_2.55.0_windows_386.msi /quiet /norestart
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{ADAA1108-A330-4BB8-886E-DA8450FF2D98}
Product version operator
Greater than or equal to
Product version
2.55.0
MSI Properties
Product Code
{ADAA1108-A330-4BB8-886E-DA8450FF2D98}
File Identity
Filename
gh_2.55.0_windows_386.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
GitHub.cli
Version
2.55.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
- Update gh variable get to use repo host by @andyfeller in #9411
- build(deps): bump actions/attest-build-provenance from 1.3.3 to 1.4.0 by @dependabot in #9400
- Unify use of tab indent in non-test source files by @muzimuzhi in #9407
- Add Acceptance Criteria requirement to triage.md for accepted issues by @jtmcg in #9435
- Improve Unix compliance gh repo set-default by @thecaffeinedev in #9431
- Document that gh run download downloads the latest artifact by default by @sato11 i…