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
- Host: GitHub
- URL: https://github.com/argoproj/homebrew-tap
- Owner: argoproj
- Created: 2018-01-08T10:50:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T18:58:52.000Z (7 months ago)
- Last Synced: 2025-04-12T19:08:56.900Z (6 months ago)
- Topics: argo, homebrew-tap
- Language: Ruby
- Size: 87.9 KB
- Stars: 17
- Watchers: 16
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```