siderolabs / homebrew-tap

A homebrew repo for our talos tap
Mozilla Public License 2.0
33 stars 21 forks source link

Sidero Labs Homebrew Tap

Install all Sidero Labs tools

There is a meta formulae for the common tools:

brew install siderolabs/tap/sidero-tools

This includes talosctl, omnictl, kubectl-oidc_login, and kubectl.

Note: kubectl and kubectl-oidc_login ore not maintained by Sidero Labs, but they are included in the meta formulae for convenience.

Install tools separately

You can also add the tap and install tools separately. This makes formulae within it available in search results (brew search output):

brew tap siderolabs/tap
brew install talosctl omnictl

Updates

Currently, updates of this repository are manual (see siderolabs/talos#2148) and may be delayed. If you rely on this tap, please send pull requests.

To manually update formulas in this repo, fork and clone this repo then run ./update.sh. Example Usage:

./update.sh <tool> <version>
./update.sh talosctl 1.6.6
./update.sh omnictl 0.31.0

Resources

brew help, man brew or check Homebrew's documentation.