Install Aspect CLI OSS
See full install instructions in README.md.
Bazelisk (MacOS / Linux)
Configure bazelisk to use the Aspect CLI OSS for all developers in a repository
by adding the following to .bazeliskrc
in the repository root:
BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download
USE_BAZEL_VERSION=aspect/2024.49.18
Note
This approach doesn't provide the aspect init
command, which has to run outside a Bazel workspace.
The underlying version of Bazel can be configured in your .bazelversion
file or the BAZEL_VERSION
environment variable.
What's Changed
- refactor: back out of vanity go module name by @gregmagolan in #791
Full Changelog: 2024.49.17...2024.49.18