MSI
WinGet
GitHub CLI
GitHub, Inc. · 2.36.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i gh_2.36.0_windows_amd64.msi /quiet /norestart
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{44F2E603-8A69-4CB4-8DED-45BF4987EE7F}
Product version operator
Greater than or equal to
Product version
2.36.0
MSI Properties
Product Code
{44F2E603-8A69-4CB4-8DED-45BF4987EE7F}
File Identity
Filename
gh_2.36.0_windows_amd64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
GitHub.cli
Version
2.36.0
Description
GitHub's official command-line tool.
License
MIT License
↗
Homepage
https://github.com/cli/cli
Support
https://help.github.com/en
Upgrade Behavior
install(Install over existing)
Release Notes
What's Changed
- codespace: Hint adding codespace scope when not logged in by @rajhawaldar in #7961
- codespace ports: Forward codespace ports over Dev Tunnels by @dmgardiner25 in #8023
- cache delete: Percent-encode keys by @benoit-pierre in #8030
- gpg-key delete, run watch: Return HTTP errors properly by @heaths in #8037
- pr checks: Show cancelled checks by @rajhawaldar in #7960
- cache list: Add JSON exporting support by @siketyan in #7954
- auth: Fix startup panic when logged out by @alrs…