~/temp on ☁️ (us-west-2)
❯ brew install fluxcd/tap/flux
Running `brew update --preinstall`...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 5 formulae.
==> Tapping fluxcd/tap
Cloning into '/opt/homebrew/Library/Taps/fluxcd/homebrew-tap'...
remote: Enumerating objects: 471, done.
remote: Counting objects: 100% (467/467), done.
remote: Compressing objects: 100% (229/229), done.
remote: Total 471 (delta 227), reused 459 (delta 223), pack-reused 4
Receiving objects: 100% (471/471), 69.85 KiB | 1.29 MiB/s, done.
Resolving deltas: 100% (227/227), done.
Tapped 2 formulae (16 files, 103.4KB).
==> Downloading https://github.com/fluxcd/flux2/releases/download/v0.29.3/flux_0.29.3_darwin_arm64.tar.gz
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/258469100/e704965e-975b-4e48-af76-f42c3cd5939d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X
######################################################################## 100.0%
==> Installing flux from fluxcd/tap
==> Caveats
zsh completions have been installed to:
/opt/homebrew/share/zsh/site-functions
==> Summary
🍺 /opt/homebrew/Cellar/flux/0.29.3: 6 files, 54.8MB, built in 4 seconds
==> Running `brew cleanup flux`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
~/temp on ☁️ (us-west-2) took 18s
export GITHUB_TOKEN=
export GITHUB_USER=
~/temp on ☁️ (us-west-2) took 5s
❯ export GITHUB_TOKEN=FOO
~/temp on ☁️ (us-west-2)
❯ export GITHUB_USER=BAR
~/temp on ☁️ (us-west-2)
❯ flux check --pre
► checking prerequisites
✔ Kubernetes 1.23.3 >=1.20.6-0
✔ prerequisites checks passed
~/temp on ☁️ (us-west-2)