NOTE: Both argo and argocd have moved to homebrew-core. This repo now only contains kubectl-argo-rollouts, which may move in the future.
brew install argoproj/tap/kubectl-argo-rolloutsbrew uninstall kubectl-argo-rolloutsTo update and test formula, run ./update.sh . e.g.:
To update main non versions formula
./update.sh kubectl-argo-rollouts v1.0.0To update a versioned formula for rollouts version 1.3
./update.sh kubectl-argo-rollouts v1.3.0 @1.3Then verify the tap works by running:
brew tap argoproj/local "$(pwd)"
brew install --build-from-source argoproj/local/kubectl-argo-rolloutsIf the formula is already installed, use reinstall instead of install.
Remove the temporary tap after testing with brew untap argoproj/local.