this is the internal homebrew tap allowing macOS users to install the Disco CLI
docs (on how to use the CLI, Disco, etc.) are available at https://docs.letsdisco.dev/
TLDR to install disco-cli, run brew install letsdiscodev/tap/disco-cli
to upgrade to the latest version:
brew update
brew upgrade disco-cli
right now, to create a new homebrew release:
- make a new release in the cli repo
- download the .tar.gz release
- runs
sha256sum
on the release file - update the disco-cli.rb file in this repo by pointing the
url
to the latest .tar.gz, and setting thesha256
to the latest file hash - git add, push
- then,
brew update
+brew upgrade disco-cli
should install/update the latest version