Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 652 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 652 Bytes

homebrew-tap

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

Installation

brew tap mykso/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>