This Homebrew Tap provides the Taskcluster team a place to build and share their own Homebrew formulae. You can find out more information about how third party Homebrew Taps are created and maintained in Homebrew's documentation.
Currently available formulae can be found in the Formula
directory at the root of the Tap.
To tap the Homebrew Tap without installing any formulae, you can use the following command:
brew tap taskcluster/tap
For more information about the brew tap
command, see the Homebrew documentation.
To install a specific formula, such as taskcluster
to install the Taskcluster CLI, you can use the following command:
# to install without having to tap the Homebrew Tap first
brew install taskcluster/tap/taskcluster
# to install if you've already tapped the Homebrew Tap
brew install taskcluster
To uninstall a specific formula, such as taskcluster
, you can use the following command:
brew uninstall taskcluster
To untap the Homebrew Tap, you can use the following command:
brew untap taskcluster/tap