Merge pull request #17725 from Homebrew/sponsors-maintainers-man-completions

Update manpage and completions.
This commit is contained in:
Nanda H Krishna 2024-07-14 12:16:09 -04:00 committed by GitHub
commit 562e151aca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -3949,6 +3949,11 @@ command execution e.g. `$(cat file)`.
: If set, `brew update` will not show the list of newly added formulae/casks.
`HOMEBREW_NO_VERIFY_ATTESTATIONS`
: If set, Homebrew not verify cryptographic attestations of build provenance for
bottles from homebrew-core.
`HOMEBREW_PIP_INDEX_URL`
: If set, `brew install` *`formula`* will use this URL to download PyPI package

View File

@ -2578,6 +2578,9 @@ If set, \fBbrew install\fP \fIformula|cask\fP will not upgrade \fIformula|cask\f
\fBHOMEBREW_NO_UPDATE_REPORT_NEW\fP
If set, \fBbrew update\fP will not show the list of newly added formulae/casks\.
.TP
\fBHOMEBREW_NO_VERIFY_ATTESTATIONS\fP
If set, Homebrew not verify cryptographic attestations of build provenance for bottles from homebrew\-core\.
.TP
\fBHOMEBREW_PIP_INDEX_URL\fP
If set, \fBbrew install\fP \fIformula\fP will use this URL to download PyPI package resources\.
.RS