Skip to content

Commit d696cec

Browse files
committed
Add support for updating GitHub CLI extensions in update-all
1 parent 3ee0063 commit d696cec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,12 @@ add-bun-g: cmd-exists-bun ## Install bun global packages
7474

7575

7676
# update set
77-
update-all cmd-exists-mise: ## Update all
77+
update-all cmd-exists-mise cmd-exists-gh: ## Update all
7878
make update-brew
7979
make update-bun-g
8080
make update-gcloud
8181
mise upgrade
82+
gh extension upgrade --all
8283
.PHONY: update-all
8384

8485
update-brew: cmd-exists-brew ## Update brew bundle

0 commit comments

Comments
 (0)