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.
1 parent 36e4bf4 commit aaf5a6fCopy full SHA for aaf5a6f
plugins/homebrew/brew.go
@@ -15,14 +15,15 @@ func HomebrewCLI() schema.Executable {
15
NeedsAuth: needsauth.IfAll(
16
needsauth.NotForHelpOrVersion(),
17
needsauth.IfAny(
18
- needsauth.ForCommand("search"),
+ needsauth.ForCommand("audit"),
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"),
+ needsauth.ForCommand("search"),
+ needsauth.ForCommand("update"),
26
+ needsauth.ForCommand("upgrade"),
27
),
28
29
Uses: []schema.CredentialUsage{
0 commit comments