A Homebrew tap for clikae — a pure-bash CLI profile switcher for juggling multiple accounts/configs across any CLI that reads its config from an environment variable.
brew install CVERInc/clikae/clikaeThat one-liner is shorthand for tapping this repo and installing the formula. If you prefer the explicit form:
brew tap CVERInc/clikae
brew install clikaeInstall the latest main instead of the tagged release:
brew install --HEAD CVERInc/clikae/clikaebrew upgrade clikae
brew uninstall clikae # your profiles under ~/.clikae are left untouched
brew untap CVERInc/clikae # remove the tapclikae on your PATH. See the main repo for usage, the docs, and the list of supported CLIs.
This tap holds a single formula, Formula/clikae.rb. On each new tagged clikae release:
- Update
urlto the new release tarball (.../archive/refs/tags/vX.Y.Z.tar.gz). - Update
sha256:curl -fsSL <url> | shasum -a 256
- Commit and push.
brew installpicks up the new version on the nextbrew update.
MIT — same as clikae.