Update man pages

This commit is contained in:
Shaun Jackman 2021-02-22 17:24:05 -08:00
parent b0bd15fb41
commit 2794641a28
No known key found for this signature in database
GPG Key ID: D4ED5223F4E57996
5 changed files with 18 additions and 0 deletions

View File

@ -1507,6 +1507,7 @@ _brew_pr_upload() {
case "$cur" in case "$cur" in
-*) -*)
__brewcomp " __brewcomp "
--archive-item
--bintray-org --bintray-org
--debug --debug
--dry-run --dry-run

View File

@ -1077,6 +1077,7 @@ __fish_brew_complete_arg 'pr-pull' -l workflows -d 'Retrieve artifacts from the
__fish_brew_complete_cmd 'pr-upload' 'Apply the bottle commit and publish bottles to Bintray or GitHub Releases' __fish_brew_complete_cmd 'pr-upload' 'Apply the bottle commit and publish bottles to Bintray or GitHub Releases'
__fish_brew_complete_arg 'pr-upload' -l archive-item -d 'Upload to the specified Archive item (default: `homebrew`)'
__fish_brew_complete_arg 'pr-upload' -l bintray-org -d 'Upload to the specified Bintray organisation (default: `homebrew`)' __fish_brew_complete_arg 'pr-upload' -l bintray-org -d 'Upload to the specified Bintray organisation (default: `homebrew`)'
__fish_brew_complete_arg 'pr-upload' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'pr-upload' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'pr-upload' -l dry-run -d 'Print what would be done rather than doing it' __fish_brew_complete_arg 'pr-upload' -l dry-run -d 'Print what would be done rather than doing it'

View File

@ -1255,6 +1255,7 @@ _brew_pr_pull() {
# brew pr-upload # brew pr-upload
_brew_pr_upload() { _brew_pr_upload() {
_arguments \ _arguments \
'--archive-item[Upload to the specified Archive item (default: `homebrew`)]' \
'--bintray-org[Upload to the specified Bintray organisation (default: `homebrew`)]' \ '--bintray-org[Upload to the specified Bintray organisation (default: `homebrew`)]' \
'--debug[Display any debugging information]' \ '--debug[Display any debugging information]' \
'--dry-run[Print what would be done rather than doing it]' \ '--dry-run[Print what would be done rather than doing it]' \

View File

@ -1208,6 +1208,8 @@ Apply the bottle commit and publish bottles to Bintray or GitHub Releases.
Do not generate a new commit before uploading. Do not generate a new commit before uploading.
* `--warn-on-upload-failure`: * `--warn-on-upload-failure`:
Warn instead of raising an error if the bottle upload fails. Useful for repairing bottle uploads that previously failed. Warn instead of raising an error if the bottle upload fails. Useful for repairing bottle uploads that previously failed.
* `--archive-item`:
Upload to the specified Archive item (default: `homebrew`).
* `--bintray-org`: * `--bintray-org`:
Upload to the specified Bintray organisation (default: `homebrew`). Upload to the specified Bintray organisation (default: `homebrew`).
* `--root-url`: * `--root-url`:
@ -1698,6 +1700,9 @@ example, run `export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just
*Default:* `native`. *Default:* `native`.
- `HOMEBREW_ARCHIVE_KEY`
<br>Use this API key when accessing the Archive.org API (where bottles are stored). The format is access:secret. See https://archive.org/account/s3.php
- `HOMEBREW_ARTIFACT_DOMAIN` - `HOMEBREW_ARTIFACT_DOMAIN`
<br>Prefix all download URLs, including those for bottles, with this value. For example, `HOMEBREW_ARTIFACT_DOMAIN=http://localhost:8080` will cause a formula with the URL `https://example.com/foo.tar.gz` to instead download from `http://localhost:8080/example.com/foo.tar.gz`. <br>Prefix all download URLs, including those for bottles, with this value. For example, `HOMEBREW_ARTIFACT_DOMAIN=http://localhost:8080` will cause a formula with the URL `https://example.com/foo.tar.gz` to instead download from `http://localhost:8080/example.com/foo.tar.gz`.

View File

@ -1692,6 +1692,10 @@ Do not generate a new commit before uploading\.
Warn instead of raising an error if the bottle upload fails\. Useful for repairing bottle uploads that previously failed\. Warn instead of raising an error if the bottle upload fails\. Useful for repairing bottle uploads that previously failed\.
. .
.TP .TP
\fB\-\-archive\-item\fR
Upload to the specified Archive item (default: \fBhomebrew\fR)\.
.
.TP
\fB\-\-bintray\-org\fR \fB\-\-bintray\-org\fR
Upload to the specified Bintray organisation (default: \fBhomebrew\fR)\. Upload to the specified Bintray organisation (default: \fBhomebrew\fR)\.
. .
@ -2353,6 +2357,12 @@ Linux only: Pass this value to a type name representing the compiler\'s \fB\-mar
\fIDefault:\fR \fBnative\fR\. \fIDefault:\fR \fBnative\fR\.
. .
.TP .TP
\fBHOMEBREW_ARCHIVE_KEY\fR
.
.br
Use this API key when accessing the Archive\.org API (where bottles are stored)\. The format is access:secret\. See https://archive\.org/account/s3\.php
.
.TP
\fBHOMEBREW_ARTIFACT_DOMAIN\fR \fBHOMEBREW_ARTIFACT_DOMAIN\fR
. .
.br .br