https://github.com/fluxcd/homebrew-tap
Homebrew formulas
https://github.com/fluxcd/homebrew-tap
Last synced: 3 months ago
JSON representation
Homebrew formulas
- Host: GitHub
- URL: https://github.com/fluxcd/homebrew-tap
- Owner: fluxcd
- License: apache-2.0
- Created: 2020-09-07T08:12:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-12T09:46:51.000Z (7 months ago)
- Last Synced: 2025-06-12T10:42:48.005Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 116 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flux Homebrew Tap
This repository hosts the Homebrew formulas for [Flux CLI](https://github.com/fluxcd/flux2).
## Install
To install the latest version of Flux CLI using Homebrew, run the following command:
```shell
brew install fluxcd/tap/flux
```
To install a specific version, run the following command:
```shell
brew install fluxcd/tap/flux@2.5
```
## Available versions
> [!NOTE]
> The Flux project supports the last three minor releases of the CLI.
> Using an older version is not recommended, as it may not be compatible with the latest Flux features and APIs.
Formulas:
- `flux` (latest version)
- `flux@2.5` (v2.5.x)
- `flux@2.4` (v2.4.x)
- `flux@2.3` (v2.3.x)
- `flux@2.2` (v2.2.x)
- `flux@2.1` (v2.1.x)
- `flux@2.0` (v2.0.x)
- `flux@0.41` (v0.41.x)