diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Manpage.md | 39 | 
1 files changed, 14 insertions, 25 deletions
| diff --git a/docs/Manpage.md b/docs/Manpage.md index fcc6cf4a0..2dac89443 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -910,8 +910,15 @@ can take several different forms:      The formula file will be cached for later use.  ## ENVIRONMENT +  * `HOMEBREW_ARTIFACT_DOMAIN`: +    If set, instructs Homebrew to use the given URL as a download mirror for bottles and binaries. + +  * `HOMEBREW_AUTO_UPDATE_SECS`: +    If set, Homebrew will only check for autoupdates once per this seconds interval. + +    *Default:* `60`. -  * `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`: +  * `HOMEBREW_AWS_ACCESS_KEY_ID`, `HOMEBREW_AWS_SECRET_ACCESS_KEY`:      When using the `S3` download strategy, Homebrew will look in      these variables for access credentials (see      <https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-environment> @@ -919,30 +926,9 @@ can take several different forms:      the `S3` download strategy will download with a public      (unsigned) URL. -  * `BROWSER`: -    If set, and `HOMEBREW_BROWSER` is not, use `BROWSER` as the web browser -    when opening project homepages. - -  * `EDITOR`: -    If set, and `HOMEBREW_EDITOR` and `VISUAL` are not, use `EDITOR` as the text editor. - -  * `GIT`: -    When using Git, Homebrew will use `GIT` if set, -    a Homebrew-built Git if installed, or the system-provided binary. - -    Set this to force Homebrew to use a particular git binary. -    * `HOMEBREW_BOTTLE_DOMAIN`:      If set, instructs Homebrew to use the given URL as a download mirror for bottles. -  * `HOMEBREW_ARTIFACT_DOMAIN`: -    If set, instructs Homebrew to use the given URL as a download mirror for bottles and binaries. - -  * `HOMEBREW_AUTO_UPDATE_SECS`: -    If set, Homebrew will only check for autoupdates once per this seconds interval. - -    *Default:* `60`. -    * `HOMEBREW_BROWSER`:      If set, uses this setting as the browser when opening project homepages,      instead of the OS default browser. @@ -990,6 +976,12 @@ can take several different forms:      If set, Homebrew will always use its vendored, relocatable Ruby 2.0 version      even if the system version of Ruby is >=2.0. +  * `HOMEBREW_GIT`: +    When using Git, Homebrew will use `GIT` if set, +    a Homebrew-built Git if installed, or the system-provided binary. + +    Set this to force Homebrew to use a particular git binary. +    * `HOMEBREW_GITHUB_API_TOKEN`:      A personal access token for the GitHub API, which you can create at      <https://github.com/settings/tokens>. If set, GitHub will allow you a @@ -1055,9 +1047,6 @@ can take several different forms:    * `HOMEBREW_VERBOSE`:      If set, Homebrew always assumes `--verbose` when running commands. -  * `VISUAL`: -    If set, and `HOMEBREW_EDITOR` is not, use `VISUAL` as the text editor. -  ## USING HOMEBREW BEHIND A PROXY  Homebrew uses several commands for downloading files (e.g. `curl`, `git`, `svn`). | 
