Homebrew tap for Aspect software.
brew install aspect-build/aspect/aspect
Or brew tap aspect-build/aspect
and then brew install aspect
.
brew help
, man brew
or check Homebrew's documentation.
To update the Formulas to the latest release run,
./scripts/update-formulas.sh x.x.x
then create a PR to commit the latest versions to the repository,
git add .
git commit -m "Update brew formulas for Aspect CLI x.x.x"
gh pr create
Once the update commit is landed on main
, the release will be available to users.