Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 831 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 831 Bytes

Cirrus Labs' Homebrew tap

To install a product run:

brew install cirruslabs/cli/<product name>

List of availbale products:

Reverting to a previous version

In order to revert to a preovious version please find SHA of the commit in this reporisoty for the particular version and run the follwoing:

brew uninstall cirruslabs/cli/<product name>
cd $(brew --repository)/Library/Taps/cirruslabs/homebrew-tap
git reset --hard SHA
brew install cirruslabs/cli/<product name>