/homebrew-tap

Primary LanguageRubyMIT LicenseMIT

homebrew-tap

Formula Description Repository
myks Maintain configuration of many applications for multiple Kubernetes clusters https://github.com/mykso/myks

Installation

brew tap yserz/tap
brew install <formula_name>

Un-install

brew uninstall <formula_name>

Development

Debugging local formula:

HOMEBREW_NO_INSTALL_FROM_API=1 brew install --debug --verbose <formula_name>