info
- Information about an app installed
brew info "aws-iam-authenticator"
brew info --json=v2 --installed \
| jq -r '.formulae[]|select(any(.installed[]; .installed_on_request)).full_name'
brew info "aws-iam-authenticator"
brew info --json=v2 --installed \
| jq -r '.formulae[]|select(any(.installed[]; .installed_on_request)).full_name'