-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brew desc --eval-all --search SEARCHTERM
fails with confusing message
#16188
Comments
Thanks @jwodder for the issue. I agree that all the If/when we're using the JSON API: it shouldn't be needed at all. CC @Homebrew/maintainers and @Homebrew/security for any thoughts on how this should/should not be working to best balance security and usability. |
Just noting that this does currently work only for casks if you also pass |
Strongly agree with this. |
@bevanjkay can you elaborate a bit more there, not sure I fully understand. Thanks ❤️ |
At present, if you run the command However if you also pass the With |
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
I was trying to search through all available formulae using
brew desc --search
. The error message I got told me to use--eval-all
, so I did, but I still got an error unless I instead setHOMEBREW_EVAL_ALL=1
. Interestingly,--eval-all
does work when not using the--search
optionWhat happened (include all command output)?
What did you expect to happen?
brew desc --eval-all -s unicode
and other permutations (exceptbrew --eval-all desc -s ...
, I guess) should have succeeded.Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: