Skip to content

Commit 07c75e7

Browse files
Merge pull request #369 from cullenmcdermott/add-auth-homebrew-commands
Adds more commands to add auth for Brew
2 parents 7402bad + 4372260 commit 07c75e7

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)