This commit is contained in:
Baffour Adu Boampong 2020-08-17 15:00:51 +00:00
parent 49882571ea
commit e7506eed95
2 changed files with 24 additions and 6 deletions

View File

@ -1285,17 +1285,21 @@ This sanitized build environment ignores unrequested dependencies, which makes s
Read the `Brewfile` from this location. Use `--file=-` to pipe to stdin/stdout.
* `--global`:
Read the `Brewfile` from `~/.Brewfile`.
* `-v`, `--verbose`:
`install` prints output from commands as they are run. `check` lists all missing dependencies.
* `--no-upgrade`:
`install` won't run `brew upgrade` on outdated dependencies. Note they may still be upgraded by `brew install` if needed.
* `-f`, `--force`:
`dump` overwrites an existing `Brewfile`. `cleanup` actually performs its cleanup operations.
* `--no-lock`:
`install` won't output a `Brewfile.lock.json`.
* `--all`:
`list` all dependencies.
* `--brews`:
* `--formula`:
`list` Homebrew dependencies.
* `--casks`:
* `--cask`:
`list` Homebrew Cask dependencies.
* `--taps`:
* `--tap`:
`list` tap dependencies.
* `--mas`:
`list` Mac App Store dependencies.
@ -1358,6 +1362,8 @@ Only supports GitHub Actions as a CI provider. This is because Homebrew uses Git
use the `git` repository of the given tap. Defaults to the core tap for syntax checking.
* `--fail-fast`:
immediately exit on a failing step.
* `-v`, `--verbose`:
print test step output in real time. Has the side effect of passing output as raw bytes instead of re-encoding in UTF-8.
* `--test-default-formula`:
use a default testing formula when not building a tap and no other formulae are specified.
* `--bintray-org`:

View File

@ -1752,10 +1752,18 @@ Read the \fBBrewfile\fR from this location\. Use \fB\-\-file=\-\fR to pipe to st
Read the \fBBrewfile\fR from \fB~/\.Brewfile\fR\.
.
.TP
\fB\-v\fR, \fB\-\-verbose\fR
\fBinstall\fR prints output from commands as they are run\. \fBcheck\fR lists all missing dependencies\.
.
.TP
\fB\-\-no\-upgrade\fR
\fBinstall\fR won\'t run \fBbrew upgrade\fR on outdated dependencies\. Note they may still be upgraded by \fBbrew install\fR if needed\.
.
.TP
\fB\-f\fR, \fB\-\-force\fR
\fBdump\fR overwrites an existing \fBBrewfile\fR\. \fBcleanup\fR actually performs its cleanup operations\.
.
.TP
\fB\-\-no\-lock\fR
\fBinstall\fR won\'t output a \fBBrewfile\.lock\.json\fR\.
.
@ -1764,15 +1772,15 @@ Read the \fBBrewfile\fR from \fB~/\.Brewfile\fR\.
\fBlist\fR all dependencies\.
.
.TP
\fB\-\-brews\fR
\fB\-\-formula\fR
\fBlist\fR Homebrew dependencies\.
.
.TP
\fB\-\-casks\fR
\fB\-\-cask\fR
\fBlist\fR Homebrew Cask dependencies\.
.
.TP
\fB\-\-taps\fR
\fB\-\-tap\fR
\fBlist\fR tap dependencies\.
.
.TP
@ -1868,6 +1876,10 @@ use the \fBgit\fR repository of the given tap\. Defaults to the core tap for syn
immediately exit on a failing step\.
.
.TP
\fB\-v\fR, \fB\-\-verbose\fR
print test step output in real time\. Has the side effect of passing output as raw bytes instead of re\-encoding in UTF\-8\.
.
.TP
\fB\-\-test\-default\-formula\fR
use a default testing formula when not building a tap and no other formulae are specified\.
.