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:
parent
d880fcc92a
commit
2b6a129fb4
@ -2028,8 +2028,11 @@ example, run `export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just
|
||||
- `HOMEBREW_GITHUB_PACKAGES_TOKEN`
|
||||
<br>Use this GitHub personal access token when accessing the GitHub Packages Registry (where bottles may be stored).
|
||||
|
||||
- `HOMEBREW_DOCKER_REGISTRY_BASIC_AUTH_TOKEN`
|
||||
<br>Use this base64 encoded username and password for authenticating with a Docker registry proxying GitHub Packages. If HOMEBREW_DOCKER_REGISTRY_TOKEN is set, it will be used instead.
|
||||
|
||||
- `HOMEBREW_DOCKER_REGISTRY_TOKEN`
|
||||
<br>Use this bearer token for authenticating with a Docker registry proxying GitHub Packages.
|
||||
<br>Use this bearer token for authenticating with a Docker registry proxying GitHub Packages. Preferred over HOMEBREW_DOCKER_REGISTRY_TOKEN_BASIC.
|
||||
|
||||
- `HOMEBREW_GITHUB_PACKAGES_USER`
|
||||
<br>Use this username when accessing the GitHub Packages Registry (where bottles may be stored).
|
||||
|
||||
@ -2910,10 +2910,16 @@ Use this personal access token for the GitHub API, for features such as \fBbrew
|
||||
Use this GitHub personal access token when accessing the GitHub Packages Registry (where bottles may be stored)\.
|
||||
.
|
||||
.TP
|
||||
\fBHOMEBREW_DOCKER_REGISTRY_BASIC_AUTH_TOKEN\fR
|
||||
.
|
||||
.br
|
||||
Use this base64 encoded username and password for authenticating with a Docker registry proxying GitHub Packages\. If HOMEBREW_DOCKER_REGISTRY_TOKEN is set, it will be used instead\.
|
||||
.
|
||||
.TP
|
||||
\fBHOMEBREW_DOCKER_REGISTRY_TOKEN\fR
|
||||
.
|
||||
.br
|
||||
Use this bearer token for authenticating with a Docker registry proxying GitHub Packages\.
|
||||
Use this bearer token for authenticating with a Docker registry proxying GitHub Packages\. Preferred over HOMEBREW_DOCKER_REGISTRY_TOKEN_BASIC\.
|
||||
.
|
||||
.TP
|
||||
\fBHOMEBREW_GITHUB_PACKAGES_USER\fR
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user