From 9bde3e18a61af640aad85b0eb37469c0a0b0d75f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 5 Mar 2025 00:08:18 +0000 Subject: [PATCH] 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. --- docs/Manpage.md | 4 ++++ manpages/brew.1 | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/Manpage.md b/docs/Manpage.md index 08c2988b0d..0ab8fa1a26 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -3297,6 +3297,10 @@ flags which will help with finding keg-only dependencies like `openssl`, : `install` runs `brew upgrade` on outdated dependencies, even if `$HOMEBREW_BUNDLE_NO_UPGRADE` is set. +`--install` + +: Run `install` before continuing to other operations e.g. `exec`. + `-f`, `--force` : `install` runs with `--force`/`--overwrite`. `dump` overwrites an existing diff --git a/manpages/brew.1 b/manpages/brew.1 index 0b0ddd990c..8b043c2961 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1,5 +1,5 @@ .\" generated by kramdown -.TH "BREW" "1" "February 2025" "Homebrew" +.TH "BREW" "1" "March 2025" "Homebrew" .SH NAME brew \- The Missing Package Manager for macOS (or Linux) .SH "SYNOPSIS" @@ -2115,6 +2115,9 @@ Read the \fBBrewfile\fP from \fB$HOMEBREW_BUNDLE_FILE_GLOBAL\fP (if set), \fB${X \fB\-\-upgrade\fP \fBinstall\fP runs \fBbrew upgrade\fP on outdated dependencies, even if \fB$HOMEBREW_BUNDLE_NO_UPGRADE\fP is set\. .TP +\fB\-\-install\fP +Run \fBinstall\fP before continuing to other operations e\.g\. \fBexec\fP\&\. +.TP \fB\-f\fP, \fB\-\-force\fP \fBinstall\fP runs with \fB\-\-force\fP/\fB\-\-overwrite\fP\&\. \fBdump\fP overwrites an existing \fBBrewfile\fP\&\. \fBcleanup\fP actually performs its cleanup operations\. .TP