https://github.com/norwd/gh-upgrade
:octocat: A gh cli extension to upgrade gh itself
https://github.com/norwd/gh-upgrade
Last synced: 2 months ago
JSON representation
:octocat: A gh cli extension to upgrade gh itself
- Host: GitHub
- URL: https://github.com/norwd/gh-upgrade
- Owner: norwd
- License: unlicense
- Created: 2023-03-01T23:15:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T21:17:17.000Z (7 months ago)
- Last Synced: 2024-11-12T22:24:20.635Z (7 months ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-upgrade
:octocat: A GitHub CLI extension to upgrade `gh` itself
## Installation
To install `gh-upgrade` run the following command:
```sh
gh extension install norwd/gh-upgrade
```To upgrade `gh-upgrade` run the following command:
```sh
gh extension upgrade norwd/gh-upgrade
```To uninstall `gh-upgrade` run the following command:
```sh
gh extension remove norwd/gh-upgrade
```## Usage
Run `gh upgrade` at any time to update `gh` to the latest available version.