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.45.21
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
- docs: add note about fetching tags during release by @jbedard in #767
- process: sync commits from Aspect-internal silo by @jbedard in #772
- process: sync commits from Aspect-internal silo by @jbedard in #773
Full Changelog: 2024.41.29...2024.45.21