Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/Manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4912,6 +4912,13 @@ command execution (e.g. `$(cat file)`).
: If set, do not print any hints about changing Homebrew's behaviour with
environment variables.

`HOMEBREW_NO_EVAL_ENV_SCRUBBING`

: If set, sensitive environment variables are available while evaluating
formulae and casks. `$HOMEBREW_GITHUB_API_TOKEN` is still available during
evaluation when this is unset. This setting will be removed in a later
release.

`HOMEBREW_NO_FORCE_BREW_WRAPPER`

: `Deprecated:` If set, disables `$HOMEBREW_FORCE_BREW_WRAPPER` behaviour, even
Expand Down
3 changes: 3 additions & 0 deletions manpages/brew.1
Original file line number Diff line number Diff line change
Expand Up @@ -3210,6 +3210,9 @@ If set, do not print \fB$HOMEBREW_INSTALL_BADGE\fP on a successful build\.
\fBHOMEBREW_NO_ENV_HINTS\fP
If set, do not print any hints about changing Homebrew\[u2019]s behaviour with environment variables\.
.TP
\fBHOMEBREW_NO_EVAL_ENV_SCRUBBING\fP
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\.
.TP
\fBHOMEBREW_NO_FORCE_BREW_WRAPPER\fP
\fBDeprecated:\fP If set, disables \fB$HOMEBREW_FORCE_BREW_WRAPPER\fP behaviour, even if set\.
.TP
Expand Down
Loading