diff options
| author | Jack Nagel | 2014-03-02 17:16:30 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-03-02 17:16:30 -0600 |
| commit | 105095f8b5d5114c0dcc8dffc386f15b1753ec19 (patch) | |
| tree | 97ee8ed48fe78739ba52c2c8c2bfca449a99abce /Library/Contributions/manpages/brew.1.md | |
| parent | fb041f342734eb5672bc377bcd520c5c27892f26 (diff) | |
| download | homebrew-105095f8b5d5114c0dcc8dffc386f15b1753ec19.tar.bz2 | |
Document `brew info --json`
Closes #26811.
Diffstat (limited to 'Library/Contributions/manpages/brew.1.md')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 5643a952d..27c42b7b6 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -148,6 +148,10 @@ Note that these flags should only appear after a command. To view formula history locally: `brew log -p <formula>`. + * `info --json=<version>` <formula>: + Print a JSON representation of <formula>. Currently the only accepted value + for <version> is `v1`. + * `install [--debug] [--env=<std|super>] [--ignore-dependencies] [--only-dependencies] [--fresh] [--cc=<compiler>] [--build-from-source] [--devel|--HEAD]` <formula>: Install <formula>. |
