An open API service indexing awesome lists of open source software.

https://github.com/argoproj/homebrew-tap

Homebrew Tap for argo
https://github.com/argoproj/homebrew-tap

argo homebrew-tap

Last synced: 6 months ago
JSON representation

Homebrew Tap for argo

Awesome Lists containing this project

README

          

# Homebrew Tap for argoproj binaries

NOTE: Both argo and argocd have moved to homebrew-core. This repo now only contains kubectl-argo-rollouts, which may move in the future.

## Install
```bash
brew install argoproj/tap/kubectl-argo-rollouts
```

## Uninstall
```bash
brew uninstall kubectl-argo-rollouts
```

## Updating a tap
To update and test formula, run ./update.sh . e.g.:

To update main non versions formula
```bash
./update.sh kubectl-argo-rollouts v1.0.0
```

To update a versioned formula for rollouts version 1.3
```bash
./update.sh kubectl-argo-rollouts v1.3.0 @1.3
```

Then verify the tap works by running:
```bash
brew [install|upgrade] --build-from-source ./kubectl-argo-rollouts.rb
```