Update maintainers, manpage and completions.

Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
This commit is contained in:
BrewTestBot 2021-12-15 00:06:34 +00:00
parent 7fd5085803
commit f60975f3b6
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 13 additions and 0 deletions

View File

@ -1742,6 +1742,9 @@ Otherwise, operate on `~/Library/LaunchAgents` (started at login).
[`sudo`] `brew services` [`list`] [`sudo`] `brew services` [`list`]
<br>List all managed services for the current user (or root). <br>List all managed services for the current user (or root).
[`sudo`] `brew services info` (*`formula`*|`--all`)
<br>List all managed services for the current user (or root).
[`sudo`] `brew services run` (*`formula`*|`--all`) [`sudo`] `brew services run` (*`formula`*|`--all`)
<br>Run the service *`formula`* without registering to launch at login (or boot). <br>Run the service *`formula`* without registering to launch at login (or boot).
@ -1761,6 +1764,8 @@ Otherwise, operate on `~/Library/LaunchAgents` (started at login).
Use the plist file from this location to start or run the service. Use the plist file from this location to start or run the service.
* `--all`: * `--all`:
Run *`subcommand`* on all services. Run *`subcommand`* on all services.
* `--json`:
Output as JSON.
### `test-bot` [*`options`*] [*`formula`*] ### `test-bot` [*`options`*] [*`formula`*]

View File

@ -2453,6 +2453,10 @@ If \fBsudo\fR is passed, operate on \fB/Library/LaunchDaemons\fR (started at boo
List all managed services for the current user (or root)\. List all managed services for the current user (or root)\.
. .
.P .P
[\fBsudo\fR] \fBbrew services info\fR (\fIformula\fR|\fB\-\-all\fR)
List all managed services for the current user (or root)\.
.
.P
[\fBsudo\fR] \fBbrew services run\fR (\fIformula\fR|\fB\-\-all\fR) [\fBsudo\fR] \fBbrew services run\fR (\fIformula\fR|\fB\-\-all\fR)
Run the service \fIformula\fR without registering to launch at login (or boot)\. Run the service \fIformula\fR without registering to launch at login (or boot)\.
. .
@ -2480,6 +2484,10 @@ Use the plist file from this location to start or run the service\.
\fB\-\-all\fR \fB\-\-all\fR
Run \fIsubcommand\fR on all services\. Run \fIsubcommand\fR on all services\.
. .
.TP
\fB\-\-json\fR
Output as JSON\.
.
.SS "\fBtest\-bot\fR [\fIoptions\fR] [\fIformula\fR]" .SS "\fBtest\-bot\fR [\fIoptions\fR] [\fIformula\fR]"
Tests the full lifecycle of a Homebrew change to a tap (Git repository)\. For example, for a GitHub Actions pull request that changes a formula \fBbrew test\-bot\fR will ensure the system is cleaned and set up to test the formula, install the formula, run various tests and checks on it, bottle (package) the binaries and test formulae that depend on it to ensure they aren\'t broken by these changes\. Tests the full lifecycle of a Homebrew change to a tap (Git repository)\. For example, for a GitHub Actions pull request that changes a formula \fBbrew test\-bot\fR will ensure the system is cleaned and set up to test the formula, install the formula, run various tests and checks on it, bottle (package) the binaries and test formulae that depend on it to ensure they aren\'t broken by these changes\.
. .