/homebrew-k8s

Homebrew tap containing k8s helper formulas

Primary LanguageRuby

Homebrew farmotive k8s

This tap contains formulas for farmotive k8s utilities.

Install

Use the Homebrew package manager with one of the options below (in order of preference):

  • Managed by Brewfile:
    tap 'homebrew/bundle'
    tap 'farmotive/k8s'
    brew '<formula>'
  • Unmanaged CLI:
    brew tap farmotive/k8s && brew install <formula>
  • If a formula conflicts with one from Homebrew/homebrew or another tap, you can specify the full formula namespace:
    brew install farmotive/k8s/<formula>
  • Or full formula URL:
    brew install https://raw.githubusercontent.com/farmotive/homebrew-k8s/master/Formula/<formula>.rb

Acceptable Formulas

This tap should contain only formulas that make k8s faster and easier. See Homebrew’s Acceptable Formulae doc for general criteria.

Troubleshooting

See Contributing to Homebrew.

Further information