env_config: auto update updates more commands.
e.g. `brew bundle` so let's not claim to list them all.
This commit is contained in:
parent
a946cde4e1
commit
b85cd133d0
@ -204,8 +204,8 @@ module Homebrew
|
||||
boolean: true,
|
||||
},
|
||||
HOMEBREW_NO_AUTO_UPDATE: {
|
||||
description: "If set, do not automatically update before running " \
|
||||
"`brew install`, `brew upgrade` or `brew tap`.",
|
||||
description: "If set, do not automatically update before running some commands e.g. " \
|
||||
"`brew install`, `brew upgrade` and `brew tap`.",
|
||||
boolean: true,
|
||||
},
|
||||
HOMEBREW_NO_BOOTSNAP: {
|
||||
|
@ -1847,7 +1847,7 @@ example, run `export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just
|
||||
<br>If set, do not send analytics. For more information, see: <https://docs.brew.sh/Analytics>
|
||||
|
||||
- `HOMEBREW_NO_AUTO_UPDATE`
|
||||
<br>If set, do not automatically update before running `brew install`, `brew upgrade` or `brew tap`.
|
||||
<br>If set, do not automatically update before running some commands e.g. `brew install`, `brew upgrade` and `brew tap`.
|
||||
|
||||
- `HOMEBREW_NO_BOOTSNAP`
|
||||
<br>If set, do not use Bootsnap to speed up repeated `brew` calls.
|
||||
|
@ -2632,7 +2632,7 @@ If set, do not send analytics\. For more information, see: \fIhttps://docs\.brew
|
||||
\fBHOMEBREW_NO_AUTO_UPDATE\fR
|
||||
.
|
||||
.br
|
||||
If set, do not automatically update before running \fBbrew install\fR, \fBbrew upgrade\fR or \fBbrew tap\fR\.
|
||||
If set, do not automatically update before running some commands e\.g\. \fBbrew install\fR, \fBbrew upgrade\fR and \fBbrew tap\fR\.
|
||||
.
|
||||
.TP
|
||||
\fBHOMEBREW_NO_BOOTSNAP\fR
|
||||
|
Loading…
x
Reference in New Issue
Block a user