Skip to content

Commit 4372260

Browse files
Adds more commands to add auth for
1 parent 1f44f6e commit 4372260

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/homebrew/brew.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ func HomebrewCLI() schema.Executable {
1919
needsauth.ForCommand("bump"),
2020
needsauth.ForCommand("bump-cask-pr"),
2121
needsauth.ForCommand("bump-formula-pr"),
22+
needsauth.ForCommand("update"),
23+
needsauth.ForCommand("upgrade"),
24+
needsauth.ForCommand("install"),
25+
needsauth.ForCommand("reinstall"),
2226
),
2327
),
2428
Uses: []schema.CredentialUsage{

0 commit comments

Comments
 (0)