Skip to content

Commit fd47baa

Browse files
committed
Update manpage and completions.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
1 parent 5787c4d commit fd47baa

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

docs/Manpage.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4912,6 +4912,13 @@ command execution (e.g. `$(cat file)`).
49124912
: If set, do not print any hints about changing Homebrew's behaviour with
49134913
environment variables.
49144914

4915+
`HOMEBREW_NO_EVAL_ENV_SCRUBBING`
4916+
4917+
: If set, sensitive environment variables are available while evaluating
4918+
formulae and casks. `$HOMEBREW_GITHUB_API_TOKEN` is still available during
4919+
evaluation when this is unset. This setting will be removed in a later
4920+
release.
4921+
49154922
`HOMEBREW_NO_FORCE_BREW_WRAPPER`
49164923

49174924
: `Deprecated:` If set, disables `$HOMEBREW_FORCE_BREW_WRAPPER` behaviour, even

manpages/brew.1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3210,6 +3210,9 @@ If set, do not print \fB$HOMEBREW_INSTALL_BADGE\fP on a successful build\.
32103210
\fBHOMEBREW_NO_ENV_HINTS\fP
32113211
If set, do not print any hints about changing Homebrew\[u2019]s behaviour with environment variables\.
32123212
.TP
3213+
\fBHOMEBREW_NO_EVAL_ENV_SCRUBBING\fP
3214+
If set, sensitive environment variables are available while evaluating formulae and casks\. \fB$HOMEBREW_GITHUB_API_TOKEN\fP is still available during evaluation when this is unset\. This setting will be removed in a later release\.
3215+
.TP
32133216
\fBHOMEBREW_NO_FORCE_BREW_WRAPPER\fP
32143217
\fBDeprecated:\fP If set, disables \fB$HOMEBREW_FORCE_BREW_WRAPPER\fP behaviour, even if set\.
32153218
.TP

0 commit comments

Comments
 (0)