https://github.com/thombashi/gh-upgrade
gh-upgrade is a gh extension that updates the gh and its extensions to the latest version.
https://github.com/thombashi/gh-upgrade
gh-cli gh-extension
Last synced: 4 months ago
JSON representation
gh-upgrade is a gh extension that updates the gh and its extensions to the latest version.
- Host: GitHub
- URL: https://github.com/thombashi/gh-upgrade
- Owner: thombashi
- License: mit
- Created: 2022-10-16T14:15:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T06:18:08.000Z (over 2 years ago)
- Last Synced: 2025-07-02T01:36:34.370Z (7 months ago)
- Topics: gh-cli, gh-extension
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-upgrade
## Summary
`gh-upgrade` is a [gh](https://github.com/cli/cli/releases) extension that updates the `gh` and its extensions to the latest version.
## Installation
```
gh extension install thombashi/gh-upgrade
```
## Usage
```
sudo -E gh upgrade
```
## Supported environments
- Linux
- macOS
## Related projects
- [thombashi/gh-update](https://github.com/thombashi/gh-update)
- `gh-update` is a `gh` extension that updates the gh to the latest version.