This repository contains Homebrew casks for the Galasa Command-Line interface (galasactl).
Copyright contributors to the Galasa project
SPDX-License-Identifier: EPL-2.0
You can install the Galasa Command-Line interface using one of the following methods:
brew install galasa-dev/tap/galasactl --no-quarantinebrew tap galasa-dev/tap
brew install --no-quarantine galasactlTo install the latest version:
brew install --no-quarantine galasactlTo install a specific version:
brew install --no-quarantine [email protected]For example:
brew install --no-quarantine [email protected]Note: The
--no-quarantineflag is currently required because otherwise it's not possible to run the galasactl binary. See documentation about this at https://galasa.dev.
The Galasa Command-Line interface supports the following architectures:
- Apple Silicon (arm64)
- Intel-based Macs (x86_64)
Use the helper script add-version.sh to add a new version:
./add-version.sh --version x.xx.xFor example:
./add-version.sh --version 0.45.0This will:
- Download the new version binaries from GitHub
- Calculate the SHA256 checksums
- Create a new cask file for the specific version (
Casks/g/[email protected]) - Update the latest version cask file (
Casks/g/galasactl.rb) - Update the example in this README