Installing kOps via Homebrew

Master can also be installed via Homebrew very easily:

Previously we could also ship development updates to homebrew but their

Note: if you already have kOps installed, you need to substitute for install.

Releasing kOps to Brew

makes it easy to update our homebrew formula. This will automatically update the provided fields and open a PR for you. More details on this script are located

Example usage:

  • Update the sha256 variable to SHA256 checksum of the new tar.gz

If we change how dependencies work or if we make the install require something other than a simple make, we’ll need to update the commands

will install the new version. Test and make sure that the new release works.

brew audit --strict --online will output any code that doesn’t meet the Homebrew standards.

Rather than repeating documentation that might change, head over to Homebrew documentation for directions and conventions.