aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMike McQuaid2016-10-02 18:21:04 +0100
committerMike McQuaid2016-10-02 18:21:04 +0100
commit8eac5314f68cbe3f99ed92a2dc6472f7546b188c (patch)
tree99894aa10e251828f95294ef7192a6605229a43c /docs
parent4f916cdfee8d95fd9437c018877fa6a47a89e83e (diff)
downloadbrew-8eac5314f68cbe3f99ed92a2dc6472f7546b188c.tar.bz2
Add official external commands to manpage.
These are the ones that are auto-installed without tapping and it makes sense to make them more prominent in our documentation as we've offloaded various functionality over the years to each of them.
Diffstat (limited to 'docs')
-rw-r--r--docs/brew.1.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/brew.1.html b/docs/brew.1.html
index 0911dd79c..5042ede2b 100644
--- a/docs/brew.1.html
+++ b/docs/brew.1.html
@@ -601,7 +601,19 @@ the new repository clone.</p></dd>
</dl>
-<h2 id="EXTERNAL-COMMANDS">EXTERNAL COMMANDS</h2>
+<h2 id="OFFICIAL-EXTERNAL-COMMANDS">OFFICIAL EXTERNAL COMMANDS</h2>
+
+<dl>
+<dt class="flush"><code>bundle</code></dt><dd><p>Bundler for non-Ruby dependencies from Homebrew:
+<a href="https://github.com/Homebrew/homebrew-bundle" data-bare-link="true">https://github.com/Homebrew/homebrew-bundle</a></p></dd>
+<dt class="flush"><code>cask</code></dt><dd><p>Install macOS applications distributed as binaries:
+<a href="https://github.com/caskroom/homebrew-cask" data-bare-link="true">https://github.com/caskroom/homebrew-cask</a></p></dd>
+<dt><code>services</code></dt><dd><p>Integrates Homebrew formulae with macOS's <code>launchctl</code> manager:
+<a href="https://github.com/Homebrew/homebrew-services" data-bare-link="true">https://github.com/Homebrew/homebrew-services</a></p></dd>
+</dl>
+
+
+<h2 id="CUSTOM-EXTERNAL-COMMANDS">CUSTOM EXTERNAL COMMANDS</h2>
<p>Homebrew, like <code>git</code>(1), supports external commands. These are executable
scripts that reside somewhere in the <code>PATH</code>, named <code>brew-</code><var>cmdname</var> or
@@ -742,7 +754,7 @@ your shell profile, or you can use it before a brew command:</p>
<p>Homebrew Documentation: <a href="https://github.com/Homebrew/brew/blob/master/docs/" data-bare-link="true">https://github.com/Homebrew/brew/blob/master/docs/</a></p>
-<p><code>git</code>(1), <code>git-log</code>(1)</p>
+<p><code>brew-cask</code>(1), <code>git</code>(1), <code>git-log</code>(1)</p>
<h2 id="AUTHORS">AUTHORS</h2>