We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7402bad + 4372260 commit 07c75e7Copy full SHA for 07c75e7
plugins/homebrew/brew.go
@@ -19,6 +19,10 @@ func HomebrewCLI() schema.Executable {
19
needsauth.ForCommand("bump"),
20
needsauth.ForCommand("bump-cask-pr"),
21
needsauth.ForCommand("bump-formula-pr"),
22
+ needsauth.ForCommand("update"),
23
+ needsauth.ForCommand("upgrade"),
24
+ needsauth.ForCommand("install"),
25
+ needsauth.ForCommand("reinstall"),
26
),
27
28
Uses: []schema.CredentialUsage{
0 commit comments