brew install bastionzero/tap/<formula>
Or brew tap bastionzero/tap
and then brew install <formula>
.
BastionZero offers the zli in pre-built binaries for the following matrix.
OS | x86 | arm64 |
---|---|---|
MacOS 13 Ventura | ✅ | ✅ |
MacOS 12 Monterey | ✅ | ✅ |
BastionZero cannot guarantee compatability when downgrading.
Brew does not support the same kind of versioning in taps as they do in homebrew/core. Because of this, we recommend the following:
- Create a new local tap
$ brew tap-new $USER/local-zli
- Extract the desired version into the local tap
$ brew extract --version=<version> bastionzero/tap/zli $USER/local-zli
- Run brew install@version
$ brew install zli@<version>
brew help
, man brew
or check Homebrew's documentation.