Skip to content

5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 09:23
· 729 commits to main since this release

Install on MacOS

On MacOS, you can run

brew install aspect-build/aspect/aspect

This installs the aspect command and also links it to bazel, just like the bazelisk installer does.

We plan to have a standard "core" homebrew formula so this will just be brew install aspect in the future.

Install with Bazelisk

On any platform, so long as you already have bazelisk installed, you can have bazelisk install the Aspect CLI just like it can install the standard Bazel CLI.

Add this to your .bazeliskrc in your project folder to install Aspect for all developers:

BAZELISK_BASE_URL=https://static.aspect.build/github.com/aspect-build/aspect-cli
USE_BAZEL_VERSION=aspect/5.0.0

Note that in all cases, the .bazelversion file continues to indicate which version of the Bazel tool is fetched and run beneath the wrapper.

Why 5.0.0 and not 1.0.0 as the first official release?

In order to support bootstrapping with Bazelisk on Apple M1, we needed the version to be >=4.1.0 since Bazelisk is hard-coded to download amd64 binaries when it downloads a binary that has a version less than 4.1.0.

What's Changed

New Contributors

Full Changelog: https://github.com/aspect-build/aspect-cli/commits/5.0.0