commands.sh

brew info

all

Display information for Homebrew installation and formulae.

More info →

Options (2)

-v, --verboseboolean

Display verbose information about a formula or cask

Example: brew info {{[-v|--verbose]}} {{formula|cask}}
-h, --helpboolean

Display help

Example: brew info {{[-h|--help]}}

Examples (6)

Display statistics for Homebrew installation

Display more information about a formula or cask

brew info formula|cask

Display verbose information about a formula or cask

brew info [-v|--verbose] formula|cask

Display information about a formula or cask in JSON format

brew info --json formula|cask

Print JSON of currently installed formulae

brew info --json --installed

Display help

brew info [-h|--help]
made by @shridhargupta | data from tldr-pages