Document brew info --json

Closes Homebrew/homebrew#26811.
This commit is contained in:
Jack Nagel 2014-03-02 17:16:30 -06:00
parent de254f6cd6
commit 1e0d1e34ba
2 changed files with 9 additions and 1 deletions

View File

@ -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>.

View File

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BREW" "1" "February 2014" "Homebrew" "brew"
.TH "BREW" "1" "March 2014" "Homebrew" "brew"
.
.SH "NAME"
\fBbrew\fR \- The missing package manager for OS X
@ -170,6 +170,10 @@ Open a browser to the GitHub History page for formula \fIformula\fR\.
To view formula history locally: \fBbrew log \-p <formula>\fR\.
.
.TP
\fBinfo \-\-json=<version>\fR \fIformula\fR
Print a JSON representation of \fIformula\fR\. Currently the only accepted value for \fIversion\fR is \fBv1\fR\.
.
.TP
\fBinstall [\-\-debug] [\-\-env=<std|super>] [\-\-ignore\-dependencies] [\-\-only\-dependencies] [\-\-fresh] [\-\-cc=<compiler>] [\-\-build\-from\-source] [\-\-devel|\-\-HEAD]\fR \fIformula\fR
Install \fIformula\fR\.
.