diff --git a/completions/bash/brew b/completions/bash/brew index 75c4dcf294ce1..24772fdaad45a 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -1460,6 +1460,7 @@ _brew_lc() { case "${cur}" in -*) __brewcomp " + --autobump --cask --debug --eval-all @@ -1580,6 +1581,7 @@ _brew_livecheck() { case "${cur}" in -*) __brewcomp " + --autobump --cask --debug --eval-all diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index df04d0e3812df..e48d454848b71 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -994,6 +994,7 @@ __fish_brew_complete_arg 'irb' -l verbose -d 'Make some output more verbose' __fish_brew_complete_cmd 'lc' 'Check for newer versions of formulae and/or casks from upstream' +__fish_brew_complete_arg 'lc' -l autobump -d 'Include packages that are autobumped by BrewTestBot. By default these are skipped' __fish_brew_complete_arg 'lc' -l cask -d 'Only check casks' __fish_brew_complete_arg 'lc' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'lc' -l eval-all -d 'Evaluate all available formulae and casks, whether installed or not, to check them' @@ -1069,6 +1070,7 @@ __fish_brew_complete_arg 'list; and not __fish_seen_argument -l formula -l formu __fish_brew_complete_cmd 'livecheck' 'Check for newer versions of formulae and/or casks from upstream' +__fish_brew_complete_arg 'livecheck' -l autobump -d 'Include packages that are autobumped by BrewTestBot. By default these are skipped' __fish_brew_complete_arg 'livecheck' -l cask -d 'Only check casks' __fish_brew_complete_arg 'livecheck' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'livecheck' -l eval-all -d 'Evaluate all available formulae and casks, whether installed or not, to check them' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index e1ba5492ec58d..2de28d5f85ecc 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -1241,6 +1241,7 @@ _brew_irb() { # brew lc _brew_lc() { _arguments \ + '--autobump[Include packages that are autobumped by BrewTestBot. By default these are skipped]' \ '(--json)--debug[Display any debugging information]' \ '(--tap --installed)--eval-all[Evaluate all available formulae and casks, whether installed or not, to check them]' \ '(--formula)--extract-plist[Enable checking multiple casks with ExtractPlist strategy]' \ @@ -1332,6 +1333,7 @@ _brew_list() { # brew livecheck _brew_livecheck() { _arguments \ + '--autobump[Include packages that are autobumped by BrewTestBot. By default these are skipped]' \ '(--json)--debug[Display any debugging information]' \ '(--tap --installed)--eval-all[Evaluate all available formulae and casks, whether installed or not, to check them]' \ '(--formula)--extract-plist[Enable checking multiple casks with ExtractPlist strategy]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 4a7232b40da8a..eb24eec51ccb1 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -2385,6 +2385,11 @@ from `HOMEBREW_LIVECHECK_WATCHLIST` or `~/.homebrew/livecheck_watchlist.txt`. : Enable checking multiple casks with ExtractPlist strategy. +`--autobump` + +: Include packages that are autobumped by BrewTestBot. By default these are + skipped. + ### `pr-automerge` \[*`options`*\] Find pull requests that can be automatically merged using `brew pr-publish`. @@ -3913,6 +3918,11 @@ command execution e.g. `$(cat file)`. *Default:* The "Beer Mug" emoji. +`HOMEBREW_LIVECHECK_AUTOBUMP` + +: If set, `brew livecheck` will include data for packages that are autobumped by + BrewTestBot. + `HOMEBREW_LIVECHECK_WATCHLIST` : Consult this file for the list of formulae to check by default when no formula diff --git a/manpages/brew.1 b/manpages/brew.1 index 5f58007699d15..10d08d1ce9f29 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1,5 +1,5 @@ .\" generated by kramdown -.TH "BREW" "1" "December 2024" "Homebrew" +.TH "BREW" "1" "January 2025" "Homebrew" .SH NAME brew \- The Missing Package Manager for macOS (or Linux) .SH "SYNOPSIS" @@ -1519,6 +1519,9 @@ Only check casks\. .TP \fB\-\-extract\-plist\fP Enable checking multiple casks with ExtractPlist strategy\. +.TP +\fB\-\-autobump\fP +Include packages that are autobumped by BrewTestBot\. By default these are skipped\. .SS "\fBpr\-automerge\fP \fR[\fIoptions\fP]" Find pull requests that can be automatically merged using \fBbrew pr\-publish\fP\&\. .TP @@ -2556,6 +2559,9 @@ Print this text before the installation summary of each successful build\. \fIDefault:\fP The \[u201c]Beer Mug\[u201d] emoji\. .RE .TP +\fBHOMEBREW_LIVECHECK_AUTOBUMP\fP +If set, \fBbrew livecheck\fP will include data for packages that are autobumped by BrewTestBot\. +.TP \fBHOMEBREW_LIVECHECK_WATCHLIST\fP Consult this file for the list of formulae to check by default when no formula argument is passed to \fBbrew livecheck\fP\&\. .RS