Regenerate Manpage.md and brew.1
This commit is contained in:
parent
9cd4fff051
commit
a7b4a4572b
@ -770,7 +770,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
|
|||||||
Additionally, the date used in new manpages will match those in the existing
|
Additionally, the date used in new manpages will match those in the existing
|
||||||
manpages (to allow comparison without factoring in the date).
|
manpages (to allow comparison without factoring in the date).
|
||||||
|
|
||||||
* `pull` [`--bottle`] [`--bump`] [`--clean`] [`--ignore-whitespace`] [`--resolve`] [`--branch-okay`] [`--no-pbcopy`] [`--no-publish`] [`--warn-on-publish-failure`] `patch-source` [`patch-source`]:
|
* `pull` [`--bottle`] [`--bump`] [`--clean`] [`--ignore-whitespace`] [`--resolve`] [`--branch-okay`] [`--no-pbcopy`] [`--no-publish`] [`--warn-on-publish-failure`] [`--bintray-org=``bintray-org`] [`--test-bot-user=``test-bot-user`] `patch-source` [`patch-source`]:
|
||||||
|
|
||||||
Gets a patch from a GitHub commit or pull request and applies it to Homebrew.
|
Gets a patch from a GitHub commit or pull request and applies it to Homebrew.
|
||||||
Optionally, installs the formulae changed by the patch.
|
Optionally, installs the formulae changed by the patch.
|
||||||
@ -814,6 +814,12 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
|
|||||||
If `--warn-on-publish-failure` was passed, do not exit if there's a
|
If `--warn-on-publish-failure` was passed, do not exit if there's a
|
||||||
failure publishing bottles on Bintray.
|
failure publishing bottles on Bintray.
|
||||||
|
|
||||||
|
If `--bintray-org=``bintray-org` is passed, publish at the given Bintray
|
||||||
|
organisation.
|
||||||
|
|
||||||
|
If `--test-bot-user=``test-bot-user` is passed, pull the bottle block
|
||||||
|
commit from the specified user on GitHub.
|
||||||
|
|
||||||
* `release-notes` [`--markdown`] [`previous_tag`] [`end_ref`]:
|
* `release-notes` [`--markdown`] [`previous_tag`] [`end_ref`]:
|
||||||
Output the merged pull requests on Homebrew/brew between two Git refs.
|
Output the merged pull requests on Homebrew/brew between two Git refs.
|
||||||
If no `previous_tag` is provided it defaults to the newest tag.
|
If no `previous_tag` is provided it defaults to the newest tag.
|
||||||
|
|||||||
@ -797,7 +797,7 @@ Generate Homebrew\'s manpages\.
|
|||||||
If \fB\-\-fail\-if\-changed\fR is passed, the command will return a failing status code if changes are detected in the manpage outputs\. This can be used for CI to be notified when the manpages are out of date\. Additionally, the date used in new manpages will match those in the existing manpages (to allow comparison without factoring in the date)\.
|
If \fB\-\-fail\-if\-changed\fR is passed, the command will return a failing status code if changes are detected in the manpage outputs\. This can be used for CI to be notified when the manpages are out of date\. Additionally, the date used in new manpages will match those in the existing manpages (to allow comparison without factoring in the date)\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fBpull\fR [\fB\-\-bottle\fR] [\fB\-\-bump\fR] [\fB\-\-clean\fR] [\fB\-\-ignore\-whitespace\fR] [\fB\-\-resolve\fR] [\fB\-\-branch\-okay\fR] [\fB\-\-no\-pbcopy\fR] [\fB\-\-no\-publish\fR] [\fB\-\-warn\-on\-publish\-failure\fR] \fIpatch\-source\fR [\fIpatch\-source\fR]:
|
\fBpull\fR [\fB\-\-bottle\fR] [\fB\-\-bump\fR] [\fB\-\-clean\fR] [\fB\-\-ignore\-whitespace\fR] [\fB\-\-resolve\fR] [\fB\-\-branch\-okay\fR] [\fB\-\-no\-pbcopy\fR] [\fB\-\-no\-publish\fR] [\fB\-\-warn\-on\-publish\-failure\fR] [\fB\-\-bintray\-org=\fR\fIbintray\-org\fR] [\fB\-\-test\-bot\-user=\fR\fItest\-bot\-user\fR] \fIpatch\-source\fR [\fIpatch\-source\fR]:
|
||||||
.
|
.
|
||||||
.IP
|
.IP
|
||||||
Gets a patch from a GitHub commit or pull request and applies it to Homebrew\. Optionally, installs the formulae changed by the patch\.
|
Gets a patch from a GitHub commit or pull request and applies it to Homebrew\. Optionally, installs the formulae changed by the patch\.
|
||||||
@ -844,6 +844,12 @@ If \fB\-\-no\-publish\fR is passed, do not publish bottles to Bintray\.
|
|||||||
.IP
|
.IP
|
||||||
If \fB\-\-warn\-on\-publish\-failure\fR was passed, do not exit if there\'s a failure publishing bottles on Bintray\.
|
If \fB\-\-warn\-on\-publish\-failure\fR was passed, do not exit if there\'s a failure publishing bottles on Bintray\.
|
||||||
.
|
.
|
||||||
|
.IP
|
||||||
|
If \fB\-\-bintray\-org=\fR\fIbintray\-org\fR is passed, publish at the given Bintray organisation\.
|
||||||
|
.
|
||||||
|
.IP
|
||||||
|
If \fB\-\-test\-bot\-user=\fR\fItest\-bot\-user\fR is passed, pull the bottle block commit from the specified user on GitHub\.
|
||||||
|
.
|
||||||
.TP
|
.TP
|
||||||
\fBrelease\-notes\fR [\fB\-\-markdown\fR] [\fIprevious_tag\fR] [\fIend_ref\fR]
|
\fBrelease\-notes\fR [\fB\-\-markdown\fR] [\fIprevious_tag\fR] [\fIend_ref\fR]
|
||||||
Output the merged pull requests on Homebrew/brew between two Git refs\. If no \fIprevious_tag\fR is provided it defaults to the newest tag\. If no \fIend_ref\fR is provided it defaults to \fBorigin/master\fR\.
|
Output the merged pull requests on Homebrew/brew between two Git refs\. If no \fIprevious_tag\fR is provided it defaults to the newest tag\. If no \fIend_ref\fR is provided it defaults to \fBorigin/master\fR\.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user