A Homebrew tap for managing Datadog-provided package updates. This tap allows you to install and update Homebrew packages through tools provided by Datadog.
This tap provides access to Datadog's custom Homebrew formulae, enabling you to easily install and manage Datadog tools and utilities on macOS and Linux systems via Homebrew.
brew install datadog/pack/<formula>brew tap datadog/pack
brew install <formula>Add to your Brewfile:
tap "datadog/pack"
brew "<formula>"After tapping this repository, you can install, upgrade, and manage packages just like any other Homebrew formula:
brew install datadog/pack/<formula>
brew upgrade <formula>
brew uninstall <formula>For more information on Homebrew usage:
brew helpman brew- Homebrew's documentation