Skip to content

Commit

Permalink
Update manpage and completions.
Browse files Browse the repository at this point in the history
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
  • Loading branch information
BrewTestBot committed Apr 23, 2024
1 parent b5f857b commit 9deefb4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/Manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -3709,6 +3709,27 @@ command execution e.g. `$(cat file)`.
: If set, always use Homebrew's vendored, relocatable Ruby version even if the
system version of Ruby is new enough.

`HOMEBREW_FORMULA_BUILD_NETWORK`

: If set, controls network access to the sandbox for formulae builds. Overrides
any controls set through DSL usage inside formulae. Must be `allow` or `deny`.
If no value is set through this environment variable or DSL usage, the default
behavior is `allow`.

`HOMEBREW_FORMULA_POSTINSTALL_NETWORK`

: If set, controls network access to the sandbox for formulae postinstall.
Overrides any controls set through DSL usage inside formulae. Must be `allow`
or `deny`. If no value is set through this environment variable or DSL usage,
the default behavior is `allow`.

`HOMEBREW_FORMULA_TEST_NETWORK`

: If set, controls network access to the sandbox for formulae test. Overrides
any controls set through DSL usage inside formulae. Must be `allow` or `deny`.
If no value is set through this environment variable or DSL usage, the default
behavior is `allow`.

`HOMEBREW_GITHUB_API_TOKEN`

: Use this personal access token for the GitHub API, for features such as `brew
Expand Down
9 changes: 9 additions & 0 deletions manpages/brew.1
Original file line number Diff line number Diff line change
Expand Up @@ -2411,6 +2411,15 @@ If set, always use a Homebrew\-installed \fBgit\fP(1) rather than the system ver
\fBHOMEBREW_FORCE_VENDOR_RUBY\fP
If set, always use Homebrew\[u2019]s vendored, relocatable Ruby version even if the system version of Ruby is new enough\.
.TP
\fBHOMEBREW_FORMULA_BUILD_NETWORK\fP
If set, controls network access to the sandbox for formulae builds\. Overrides any controls set through DSL usage inside formulae\. Must be \fBallow\fP or \fBdeny\fP\&\. If no value is set through this environment variable or DSL usage, the default behavior is \fBallow\fP\&\.
.TP
\fBHOMEBREW_FORMULA_POSTINSTALL_NETWORK\fP
If set, controls network access to the sandbox for formulae postinstall\. Overrides any controls set through DSL usage inside formulae\. Must be \fBallow\fP or \fBdeny\fP\&\. If no value is set through this environment variable or DSL usage, the default behavior is \fBallow\fP\&\.
.TP
\fBHOMEBREW_FORMULA_TEST_NETWORK\fP
If set, controls network access to the sandbox for formulae test\. Overrides any controls set through DSL usage inside formulae\. Must be \fBallow\fP or \fBdeny\fP\&\. If no value is set through this environment variable or DSL usage, the default behavior is \fBallow\fP\&\.
.TP
\fBHOMEBREW_GITHUB_API_TOKEN\fP
Use this personal access token for the GitHub API, for features such as \fBbrew search\fP\&\. You can create one at
.UR https://github\.com/settings/tokens
Expand Down

0 comments on commit 9deefb4

Please sign in to comment.