Downloads:
492,606
Downloads of v 2.55.0:
7,291
Last Update:
20 Aug 2024
Package Maintainer(s):
Software Author(s):
- GitHub
Tags:
cli github git scm admin- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
GitHub CLI
This is not the latest version of GitHub CLI available.
- 1
- 2
- 3
2.55.0 | Updated: 20 Aug 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
492,606
Downloads of v 2.55.0:
7,291
Maintainer(s):
Software Author(s):
- GitHub
GitHub CLI 2.55.0
This is not the latest version of GitHub CLI available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by GitHub. The inclusion of GitHub trademark(s), if any, upon this webpage is solely to identify GitHub goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install GitHub CLI, run the following command from the command line or from PowerShell:
To upgrade GitHub CLI, run the following command from the command line or from PowerShell:
To uninstall GitHub CLI, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download gh --internalize --version=2.55.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade gh -y --source="'INTERNAL REPO URL'" --version="'2.55.0'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade gh -y --source="'INTERNAL REPO URL'" --version="'2.55.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install gh
win_chocolatey:
name: gh
version: '2.55.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'gh' do
action :install
source 'INTERNAL REPO URL'
version '2.55.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller gh
{
Name = "gh"
Version = "2.55.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'gh':
ensure => '2.55.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 20 Aug 2024.
gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.
Usage
gh pr [status, list, view, checkout, create]
gh issue [status, list, view, create]
gh help
NOTE: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly.
md5: BE7172E275CE08E24E3C2907F451BBA8 | sha1: 7BBCDA3B70B0710BC870AA79C9AD837723B28B50 | sha256: 098DE62B78CB3FC1A2CE8C77CFD809656138D95B7F23301BDA82D15A7B977C07 | sha512: 7DBB150202984F930BEDCEDF9251E679671A708CE72F30366E3926F6EB17EAF265EB8C8FCECBB28E629D08FD94640410C49305251F2EE825E3F6133426D5DE7A
From: https://raw.githubusercontent.com/cli/cli/master/LICENSE
LICENSE
MIT License
Copyright (c) 2019 GitHub Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy.
To verify the files using the project source:
1. Please go to the project source location and download the release matching the package version.
2. Use Get-FileHash -Path <FILE TO VERIFY> to get the file hash value from both the official release file (from step 1 above) and the file from the package and compare them.
x64 URL: https://github.com/cli/cli/releases/download/v2.55.0/gh_2.55.0_windows_amd64.msi
x64 Checksum Type: SHA256
x64 Checksum: 098DE62B78CB3FC1A2CE8C77CFD809656138D95B7F23301BDA82D15A7B977C07
Log in or click on link to see number of positives.
- gh.2.55.0.nupkg (701cb706aabe) - ## / 61
- gh_2.55.0_windows_amd64.msi (098de62b78cb) - ## / 66
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
GitHub CLI 2.62.0 | 7625 | Thursday, November 14, 2024 | Approved | |
GitHub CLI 2.61.0 | 8139 | Thursday, November 7, 2024 | Approved | |
GitHub CLI 2.60.1 | 15181 | Friday, October 25, 2024 | Approved | |
GitHub CLI 2.60.0 | 1402 | Thursday, October 24, 2024 | Approved | |
GitHub CLI 2.59.0 | 8290 | Wednesday, October 16, 2024 | Approved | |
GitHub CLI 2.58.0 | 14889 | Wednesday, October 2, 2024 | Approved | |
GitHub CLI 2.57.0 | 14439 | Monday, September 16, 2024 | Approved | |
GitHub CLI 2.56.0 | 3298 | Monday, September 9, 2024 | Approved | |
GitHub CLI 2.55.0 | 7291 | Tuesday, August 20, 2024 | Approved | |
GitHub CLI 2.54.0 | 6394 | Thursday, August 1, 2024 | Approved | |
GitHub CLI 2.53.0 | 6248 | Thursday, July 18, 2024 | Approved | |
GitHub CLI 2.52.0 | 8583 | Tuesday, June 25, 2024 | Approved | |
GitHub CLI 2.51.0 | 4317 | Thursday, June 13, 2024 | Approved | |
GitHub CLI 2.50.0 | 5511 | Wednesday, May 29, 2024 | Approved | |
GitHub CLI 2.49.2 | 5813 | Monday, May 13, 2024 | Approved | |
GitHub CLI 2.49.1 | 2325 | Wednesday, May 8, 2024 | Approved | |
GitHub CLI 2.49.0 | 3211 | Tuesday, April 30, 2024 | Approved | |
GitHub CLI 2.48.0 | 4729 | Wednesday, April 17, 2024 | Approved | |
GitHub CLI 2.47.0 | 4948 | Wednesday, April 3, 2024 | Approved | |
GitHub CLI 2.46.0 | 4830 | Thursday, March 21, 2024 | Approved | |
GitHub CLI 2.45.0 | 5516 | Tuesday, March 5, 2024 | Approved | |
GitHub CLI 2.44.1 | 4881 | Friday, February 16, 2024 | Approved | |
GitHub CLI 2.44.0 | 810 | Thursday, February 15, 2024 | Approved | |
GitHub CLI 2.43.1 | 4793 | Thursday, February 1, 2024 | Approved | |
GitHub CLI 2.43.0 | 512 | Wednesday, January 31, 2024 | Approved | |
GitHub CLI 2.42.1 | 5753 | Wednesday, January 17, 2024 | Approved | |
GitHub CLI 2.42.0 | 2428 | Thursday, January 11, 2024 | Approved | |
GitHub CLI 2.41.0 | 1754 | Monday, January 8, 2024 | Approved | |
GitHub CLI 2.40.1 | 6911 | Wednesday, December 13, 2023 | Approved | |
GitHub CLI 2.40.0 | 2567 | Thursday, December 7, 2023 | Approved | |
GitHub CLI 2.39.2 | 3348 | Monday, November 27, 2023 | Approved | |
GitHub CLI 2.39.1 | 4747 | Tuesday, November 14, 2023 | Approved | |
GitHub CLI 2.39.0 | 60 | Tuesday, November 14, 2023 | Approved | |
GitHub CLI 2.38.0 | 4009 | Wednesday, November 1, 2023 | Approved | |
GitHub CLI 2.37.0 | 4749 | Tuesday, October 17, 2023 | Approved | |
GitHub CLI 2.36.0 | 6220 | Tuesday, October 3, 2023 | Approved | |
GitHub CLI 2.35.0 | 6037 | Tuesday, September 19, 2023 | Approved | |
GitHub CLI 2.34.0 | 4542 | Wednesday, September 6, 2023 | Approved | |
GitHub CLI 2.33.0 | 4446 | Monday, August 21, 2023 | Approved | |
GitHub CLI 2.32.1 | 10482 | Tuesday, July 25, 2023 | Approved | |
GitHub CLI 2.32.0 | 6117 | Wednesday, July 12, 2023 | Approved | |
GitHub CLI 2.31.0 | 5122 | Wednesday, June 21, 2023 | Approved | |
GitHub CLI 2.30.0 | 5701 | Tuesday, May 30, 2023 | Approved | |
GitHub CLI 2.29.0 | 5799 | Wednesday, May 10, 2023 | Approved | |
GitHub CLI 2.28.0 | 5079 | Tuesday, April 25, 2023 | Approved | |
GitHub CLI 2.27.0 | 5186 | Saturday, April 8, 2023 | Approved | |
GitHub CLI 2.26.1 | 1634 | Wednesday, April 5, 2023 | Approved | |
GitHub CLI 2.25.1 | 5462 | Tuesday, March 21, 2023 | Approved | |
GitHub CLI 2.25.0 | 749 | Tuesday, March 21, 2023 | Approved | |
GitHub CLI 2.24.3 | 4116 | Thursday, March 9, 2023 | Approved | |
GitHub CLI 2.24.0 | 846 | Wednesday, March 8, 2023 | Approved | |
GitHub CLI 2.23.0 | 7613 | Wednesday, February 8, 2023 | Approved | |
GitHub CLI 2.22.1 | 5230 | Friday, January 27, 2023 | Approved | |
GitHub CLI 2.22.0 | 1562 | Wednesday, January 25, 2023 | Approved | |
GitHub CLI 2.21.2 | 7719 | Wednesday, January 4, 2023 | Approved | |
GitHub CLI 2.21.1 | 2622 | Friday, December 23, 2022 | Approved | |
GitHub CLI 2.21.0 | 421 | Friday, December 23, 2022 | Approved | |
GitHub CLI 2.20.2 | 10863 | Tuesday, November 15, 2022 | Approved | |
GitHub CLI 2.20.0 | 1068 | Sunday, November 13, 2022 | Approved | |
GitHub CLI 2.19.0 | 4659 | Thursday, November 3, 2022 | Approved | |
GitHub CLI 2.18.1 | 4174 | Friday, October 21, 2022 | Approved | |
GitHub CLI 2.18.0 | 993 | Tuesday, October 18, 2022 | Approved | |
GitHub CLI 2.17.0 | 4418 | Wednesday, October 5, 2022 | Approved | |
GitHub CLI 2.16.1 | 2056 | Friday, September 30, 2022 | Approved | |
GitHub CLI 2.15.0 | 6160 | Tuesday, September 6, 2022 | Approved | |
GitHub CLI 2.14.7 | 3930 | Thursday, August 25, 2022 | Approved | |
GitHub CLI 2.14.6 | 643 | Wednesday, August 24, 2022 | Approved | |
GitHub CLI 2.14.5 | 305 | Wednesday, August 24, 2022 | Approved | |
GitHub CLI 2.14.4 | 3648 | Wednesday, August 10, 2022 | Approved | |
GitHub CLI 2.14.3 | 3824 | Tuesday, July 26, 2022 | Approved | |
GitHub CLI 2.14.2 | 3193 | Thursday, July 14, 2022 | Approved | |
GitHub CLI 2.14.1 | 1246 | Tuesday, July 12, 2022 | Approved | |
GitHub CLI 2.14.0 | 363 | Tuesday, July 12, 2022 | Approved | |
GitHub CLI 2.13.0 | 5570 | Thursday, June 23, 2022 | Approved | |
GitHub CLI 2.12.1 | 4095 | Thursday, June 9, 2022 | Approved | |
GitHub CLI 2.12.0 | 655 | Wednesday, June 8, 2022 | Approved | |
GitHub CLI 2.11.3 | 3670 | Thursday, May 26, 2022 | Approved | |
GitHub CLI 2.11.1 | 966 | Tuesday, May 24, 2022 | Approved | |
GitHub CLI 2.10.1 | 4060 | Tuesday, May 10, 2022 | Approved | |
GitHub CLI 2.9.0 | 5248 | Tuesday, April 26, 2022 | Approved | |
GitHub CLI 2.8.0 | 3661 | Wednesday, April 13, 2022 | Approved | |
GitHub CLI 2.7.0 | 4004 | Wednesday, March 30, 2022 | Approved | |
GitHub CLI 2.6.0 | 3840 | Tuesday, March 15, 2022 | Approved | |
GitHub CLI 2.5.2 | 4570 | Tuesday, March 1, 2022 | Approved | |
GitHub CLI 2.5.1 | 3753 | Tuesday, February 15, 2022 | Approved | |
GitHub CLI 2.5.0 | 3910 | Tuesday, February 1, 2022 | Approved | |
GitHub CLI 2.4.0 | 8368 | Tuesday, December 21, 2021 | Approved | |
GitHub CLI 2.3.0 | 4296 | Thursday, December 2, 2021 | Approved | |
GitHub CLI 2.2.0 | 7348 | Tuesday, October 26, 2021 | Approved | |
GitHub CLI 2.1.0 | 2650 | Friday, October 15, 2021 | Approved | |
GitHub CLI 2.0.0 | 9009 | Tuesday, August 24, 2021 | Approved | |
GitHub CLI 1.14.0 | 3215 | Thursday, August 5, 2021 | Approved | |
GitHub CLI 1.13.1 | 2705 | Wednesday, July 21, 2021 | Approved | |
GitHub CLI 1.12.1 | 3207 | Thursday, July 1, 2021 | Approved | |
GitHub CLI 1.12.0 | 552 | Wednesday, June 30, 2021 | Approved | |
GitHub CLI 1.11.0 | 3972 | Friday, June 4, 2021 | Approved | |
GitHub CLI 1.10.3 | 2469 | Friday, May 21, 2021 | Approved | |
GitHub CLI 1.10.2 | 790 | Wednesday, May 19, 2021 | Approved | |
GitHub CLI 1.10.1 | 149 | Wednesday, May 19, 2021 | Approved | |
GitHub CLI 1.10.0 | 516 | Tuesday, May 18, 2021 | Approved | |
GitHub CLI 1.9.2 | 4248 | Wednesday, April 21, 2021 | Approved | |
GitHub CLI 1.9.1 | 1493 | Thursday, April 15, 2021 | Approved | |
GitHub CLI 1.9.0 | 524 | Thursday, April 15, 2021 | Approved | |
GitHub CLI 1.8.1 | 2018 | Friday, April 2, 2021 | Approved | |
GitHub CLI 1.8.0 | 519 | Wednesday, March 31, 2021 | Approved | |
GitHub CLI 1.7.0 | 4053 | Friday, March 5, 2021 | Approved | |
GitHub CLI 1.6.2 | 1876 | Tuesday, February 23, 2021 | Approved | |
GitHub CLI 1.6.1 | 1104 | Friday, February 19, 2021 | Approved | |
GitHub CLI 1.6.0 | 480 | Thursday, February 18, 2021 | Approved | |
GitHub CLI 1.5.0 | 3621 | Friday, January 22, 2021 | Approved | |
GitHub CLI 1.4.0 | 4414 | Tuesday, December 15, 2020 | Approved | |
GitHub CLI 1.3.1 | 2032 | Thursday, December 3, 2020 | Approved | |
GitHub CLI 1.3.0 | 1523 | Wednesday, November 25, 2020 | Approved | |
GitHub CLI 1.2.1 | 2075 | Wednesday, November 11, 2020 | Approved | |
GitHub CLI 1.2.0 | 2513 | Tuesday, October 27, 2020 | Approved | |
GitHub CLI 1.1.0 | 3328 | Tuesday, October 6, 2020 | Approved | |
GitHub CLI 1.0.0 | 4453 | Wednesday, September 16, 2020 | Approved | |
GitHub CLI 0.12.0 | 759 | Tuesday, September 8, 2020 | Approved | |
GitHub CLI 0.11.1 | 2101 | Wednesday, July 29, 2020 | Approved | |
GitHub CLI 0.11.0 | 838 | Friday, July 17, 2020 | Approved | |
GitHub CLI 0.10.1 | 1276 | Wednesday, June 24, 2020 | Approved | |
GitHub CLI 0.10.0 | 847 | Friday, June 12, 2020 | Approved | |
GitHub CLI 0.9.0 | 1082 | Tuesday, May 26, 2020 | Approved | |
GitHub CLI 0.8.0 | 852 | Tuesday, May 12, 2020 | Approved | |
GitHub CLI 0.7.0 | 740 | Thursday, April 23, 2020 | Approved | |
GitHub CLI 0.6.4 | 484 | Monday, April 6, 2020 | Approved | |
GitHub CLI 0.6.2 | 163 | Thursday, March 26, 2020 | Approved | |
GitHub CLI 0.6.1 | 573 | Monday, March 9, 2020 | Approved | |
GitHub CLI 0.5.5 | 820 | Friday, February 14, 2020 | Approved |
Copyright 2020 GitHub
What's Changed
- Update
gh variable get
to use repo host by @andyfeller in https://github.com/cli/cli/pull/9411 - build(deps): bump actions/attest-build-provenance from 1.3.3 to 1.4.0 by @dependabot in https://github.com/cli/cli/pull/9400
- Unify use of tab indent in non-test source files by @muzimuzhi in https://github.com/cli/cli/pull/9407
- Add Acceptance Criteria requirement to triage.md for accepted issues by @jtmcg in https://github.com/cli/cli/pull/9435
- Improve Unix compliance
gh repo set-default
by @thecaffeinedev in https://github.com/cli/cli/pull/9431 - Document that
gh run download
downloads the latest artifact by default by @sato11 in https://github.com/cli/cli/pull/9412 - build(deps): bump github.com/google/go-containerregistry from 0.20.1 to 0.20.2 by @dependabot in https://github.com/cli/cli/pull/9432
- Replace
--project.*
flags'name
withtitle
in docs by @jtmcg in https://github.com/cli/cli/pull/9443 - Wrap flags with backticks, continued by @muzimuzhi in https://github.com/cli/cli/pull/9444
- Improve
gh release create --notes-from-tag
behavior with multiline tag annotation by @babakks in https://github.com/cli/cli/pull/9385 - Add
pr create --editor
by @benebsiny in https://github.com/cli/cli/pull/9433 - build(deps): bump actions/attest-build-provenance from 1.4.0 to 1.4.1 by @dependabot in https://github.com/cli/cli/pull/9451
- Require Sigstore Bundle v0.2+ when verifying with
gh attestation
by @codysoyland in https://github.com/cli/cli/pull/9442 - build(deps): bump github.com/creack/pty from 1.1.21 to 1.1.23 by @dependabot in https://github.com/cli/cli/pull/9459
- Update Go and other extension workflow templates to reflect recent enhancements to
cli/gh-extension-precompile
by @BagToad in https://github.com/cli/cli/pull/9462 - Add note for external contributors to
working-with-us.md
by @BagToad in https://github.com/cli/cli/pull/9468 - Update attestation TUF root by @codysoyland in https://github.com/cli/cli/pull/9467
- Improve documentation for pr checks and exit codes by @thecaffeinedev in https://github.com/cli/cli/pull/9452
- cmd/pr/checks: Describe bucket and state JSON fields by @arunsathiya in https://github.com/cli/cli/pull/9439
- Add Flox as an installation option by @bryanhonof in https://github.com/cli/cli/pull/9396
- fix behavior for
gh issue develop -b does-not-exist-on-remote
by @benebsiny in https://github.com/cli/cli/pull/9477 - Update
--project <number>
flags ingh search
toowner/number
by @jtmcg in https://github.com/cli/cli/pull/9453
New Contributors
- @jtmcg made their first contribution in https://github.com/cli/cli/pull/9435
- @thecaffeinedev made their first contribution in https://github.com/cli/cli/pull/9431
- @sato11 made their first contribution in https://github.com/cli/cli/pull/9412
- @codysoyland made their first contribution in https://github.com/cli/cli/pull/9442
- @BagToad made their first contribution in https://github.com/cli/cli/pull/9462
- @bryanhonof made their first contribution in https://github.com/cli/cli/pull/9396
Full Changelog: https://github.com/cli/cli/compare/v2.54.0...v2.55.0
This package has no dependencies.
Ground Rules:
- This discussion is only about GitHub CLI and the GitHub CLI package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or GitHub CLI, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.