Homebrew tap for scaffoldly tools.
brew tap scaffoldly/tap
brew install kubectl-addInstalls the prebuilt kubectl-add
release binary (macOS and Linux, x86_64 and arm64). kubectl discovers it as
kubectl add.
Formula/kubectl-add.rb is kept current by
.github/workflows/update-formula.yml:
it runs hourly (and on demand), reads kubectl-add's latest public release, and
re-renders the formula (render.sh fills formula.rb.tmpl with the version and
per-arch sha256s). The workflow commits to this repo with its own
GITHUB_TOKEN — no cross-repo token or PAT.