Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
e7506eed
Commit
e7506eed
authored
4 years ago
by
Baffour Adu Boampong
Browse files
Options
Downloads
Patches
Plain Diff
brew man
parent
49882571
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/Manpage.md
+9
-3
9 additions, 3 deletions
docs/Manpage.md
manpages/brew.1
+15
-3
15 additions, 3 deletions
manpages/brew.1
with
24 additions
and
6 deletions
docs/Manpage.md
+
9
−
3
View file @
e7506eed
...
@@ -1285,17 +1285,21 @@ This sanitized build environment ignores unrequested dependencies, which makes s
...
@@ -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.
Read the
`Brewfile`
from this location. Use
`--file=-`
to pipe to stdin/stdout.
*
`--global`
:
*
`--global`
:
Read the
`Brewfile`
from
`~/.Brewfile`
.
Read the
`Brewfile`
from
`~/.Brewfile`
.
*
`-v`
,
`--verbose`
:
`install`
prints output from commands as they are run.
`check`
lists all missing dependencies.
*
`--no-upgrade`
:
*
`--no-upgrade`
:
`install`
won't run
`brew upgrade`
on outdated dependencies. Note they may still be upgraded by
`brew install`
if needed.
`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`
:
*
`--no-lock`
:
`install`
won't output a
`Brewfile.lock.json`
.
`install`
won't output a
`Brewfile.lock.json`
.
*
`--all`
:
*
`--all`
:
`list`
all dependencies.
`list`
all dependencies.
*
`--
brews
`
:
*
`--
formula
`
:
`list`
Homebrew dependencies.
`list`
Homebrew dependencies.
*
`--cask
s
`
:
*
`--cask`
:
`list`
Homebrew Cask dependencies.
`list`
Homebrew Cask dependencies.
*
`--tap
s
`
:
*
`--tap`
:
`list`
tap dependencies.
`list`
tap dependencies.
*
`--mas`
:
*
`--mas`
:
`list`
Mac App Store dependencies.
`list`
Mac App Store dependencies.
...
@@ -1358,6 +1362,8 @@ Only supports GitHub Actions as a CI provider. This is because Homebrew uses Git
...
@@ -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.
use the
`git`
repository of the given tap. Defaults to the core tap for syntax checking.
*
`--fail-fast`
:
*
`--fail-fast`
:
immediately exit on a failing step.
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`
:
*
`--test-default-formula`
:
use a default testing formula when not building a tap and no other formulae are specified.
use a default testing formula when not building a tap and no other formulae are specified.
*
`--bintray-org`
:
*
`--bintray-org`
:
...
...
This diff is collapsed.
Click to expand it.
manpages/brew.1
+
15
−
3
View file @
e7506eed
...
@@ -1752,10 +1752,18 @@ Read the \fBBrewfile\fR from this location\. Use \fB\-\-file=\-\fR to pipe to st
...
@@ -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\.
Read the \fBBrewfile\fR from \fB~/\.Brewfile\fR\.
.
.
.TP
.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
\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\.
\fBinstall\fR won\'t run \fBbrew upgrade\fR on outdated dependencies\. Note they may still be upgraded by \fBbrew install\fR if needed\.
.
.
.TP
.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
\fB\-\-no\-lock\fR
\fBinstall\fR won\'t output a \fBBrewfile\.lock\.json\fR\.
\fBinstall\fR won\'t output a \fBBrewfile\.lock\.json\fR\.
.
.
...
@@ -1764,15 +1772,15 @@ Read the \fBBrewfile\fR from \fB~/\.Brewfile\fR\.
...
@@ -1764,15 +1772,15 @@ Read the \fBBrewfile\fR from \fB~/\.Brewfile\fR\.
\fBlist\fR all dependencies\.
\fBlist\fR all dependencies\.
.
.
.TP
.TP
\fB\-\-
brews
\fR
\fB\-\-
formula
\fR
\fBlist\fR Homebrew dependencies\.
\fBlist\fR Homebrew dependencies\.
.
.
.TP
.TP
\fB\-\-cask
s
\fR
\fB\-\-cask\fR
\fBlist\fR Homebrew Cask dependencies\.
\fBlist\fR Homebrew Cask dependencies\.
.
.
.TP
.TP
\fB\-\-tap
s
\fR
\fB\-\-tap\fR
\fBlist\fR tap dependencies\.
\fBlist\fR tap dependencies\.
.
.
.TP
.TP
...
@@ -1868,6 +1876,10 @@ use the \fBgit\fR repository of the given tap\. Defaults to the core tap for syn
...
@@ -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\.
immediately exit on a failing step\.
.
.
.TP
.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
\fB\-\-test\-default\-formula\fR
use a default testing formula when not building a tap and no other formulae are specified\.
use a default testing formula when not building a tap and no other formulae are specified\.
.
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment