Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update manpage and completions. #17725

Merged
merged 1 commit into from
Jul 14, 2024
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
5 changes: 5 additions & 0 deletions docs/Manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions manpages/brew.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading