r-darwish / topgrade

Upgrade everything
GNU General Public License v3.0
3.36k stars 160 forks source link

Add support for upgrading GitHub CLI Extensions #869

Closed rm3l closed 2 years ago

rm3l commented 2 years ago

Hi there!

This PR adds support for upgrading GitHub CLI extensions, which are custom commands for the GitHub CLI that anyone can create and use. Once installed locally, they can be upgraded from their respective upstream repos. See https://docs.github.com/en/github-cli/github-cli/using-github-cli-extensions

This fixes #868

Since this is my very first PR to this repo, please do let me know if things should be done differently.

Thanks.

Standards checklist: