enterprise-contract / ec-cli

Enterprise Contract command line interface
https://enterprisecontract.dev/docs/ec-cli/main/index.html
Apache License 2.0
27 stars 28 forks source link

Support installing ec-cli via brew on macOS #1028

Open arewm opened 11 months ago

arewm commented 11 months ago

I would like to easily install and update ec-cli via homebrew on a mac.

$ brew install ec-cli
Warning: No available formula with the name "ec-cli". Did you mean osc-cli or oci-cli?
==> Searching for similarly named formulae and casks...
==> Formulae
osc-cli                                                                                         oci-cli

To install osc-cli, run:
  brew install osc-cli
zregvart commented 4 months ago

Perhaps creating a Tap (https://docs.brew.sh/Taps) in the https://github.com/enterprise-contract organization would be a way to go about this.