To install a product run:
brew install cirruslabs/cli/<product name>
List of availbale products:
tart
for Tart Virtualization.cirrus
for Cirrus CLI.orchard
for Orchard Orchestration.gitlab-tart-executor
for GitLab Tart Executor.
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>