From 8eac5314f68cbe3f99ed92a2dc6472f7546b188c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 2 Oct 2016 18:21:04 +0100 Subject: 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. --- docs/brew.1.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'docs') 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.

-

EXTERNAL COMMANDS

+

OFFICIAL EXTERNAL COMMANDS

+ +
+
bundle

Bundler for non-Ruby dependencies from Homebrew: +https://github.com/Homebrew/homebrew-bundle

+
cask

Install macOS applications distributed as binaries: +https://github.com/caskroom/homebrew-cask

+
services

Integrates Homebrew formulae with macOS's launchctl manager: +https://github.com/Homebrew/homebrew-services

+
+ + +

CUSTOM EXTERNAL COMMANDS

Homebrew, like git(1), supports external commands. These are executable scripts that reside somewhere in the PATH, named brew-cmdname or @@ -742,7 +754,7 @@ your shell profile, or you can use it before a brew command:

Homebrew Documentation: https://github.com/Homebrew/brew/blob/master/docs/

-

git(1), git-log(1)

+

brew-cask(1), git(1), git-log(1)

AUTHORS

-- cgit v1.2.3