Skip to content

Releases: aspect-build/aspect-cli

5.1.3

19 Jan 01:06
Compare
Choose a tag to compare

Install Aspect CLI

See full install instructions in README.md.

Homebrew (MacOS)

Link the Aspect CLI as bazel just like the bazelisk installer does:

% brew install aspect-build/aspect/aspect

Bazelisk (MacOS / Linux / Windows)

Configure bazelisk to use the Aspect CLI for all developers. Add this to .bazeliskrc in your project folder:

BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download
USE_BAZEL_VERSION=aspect/5.1.3

The underlying version of Bazel can be configured in your .bazelversion file or the BAZEL_VERSION environment variable.

What's Changed

Full Changelog: 5.1.2...5.1.3

5.1.2

16 Jan 05:29
Compare
Choose a tag to compare

Install Aspect CLI

See full install instructions in README.md.

Homebrew (MacOS)

Link the Aspect CLI as bazel just like the bazelisk installer does:

% brew install aspect-build/aspect/aspect

Bazelisk (MacOS / Linux / Windows)

Configure bazelisk to use the Aspect CLI for all developers. Add this to .bazeliskrc in your project folder:

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

The underlying version of Bazel can be configured in your .bazelversion file or the BAZEL_VERSION environment variable.

What's Changed

Full Changelog: 5.1.1...5.1.2

5.1.1

03 Jan 08:22
Compare
Choose a tag to compare

Install Aspect CLI

See full install instructions in README.md.

Homebrew (MacOS)

Link the Aspect CLI as bazel just like the bazelisk installer does:

% brew install aspect-build/aspect/aspect

Bazelisk (MacOS / Linux / Windows)

Configure bazelisk to use the Aspect CLI for all developers. Add this to .bazeliskrc in your project folder:

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

The underlying version of Bazel can be configured in your .bazelversion file or the BAZEL_VERSION environment variable.

What's Changed

  • chore(copybara): sync commits from Aspect-internal silo by @gregmagolan in #369
  • chore(copybara): sync commits from Aspect-internal silo by @gregmagolan in #370

Full Changelog: 5.1.0...5.1.1

5.1.0

25 Dec 01:15
Compare
Choose a tag to compare

What's Changed

  • chore: update commitizen to allow fixups by @alexeagle in #358
  • chore(copybara): sync commits from Aspect-internal silo by @alexeagle in #364
  • chore(copybara): sync commits from Aspect-internal silo by @gregmagolan in #367
  • chore(copybara): sync commits from Aspect-internal silo by @alexeagle in #368

Full Changelog: 5.0.2...5.1.0

5.0.3

13 Dec 00:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.2...5.0.3

5.0.2

28 Nov 03:06
Compare
Choose a tag to compare

See install instructions in README.md.

If 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.2

What's Changed

New Contributors

Full Changelog: 5.0.1...5.0.2

5.0.1

17 Nov 00:05
Compare
Choose a tag to compare

This release fixes an interactivity issue with the query command that snuck into the 5.0.0 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.

Linux

On Linux, you can download the aspect binary and add it to your PATH manually. This also works on MacOS and Windows.

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.1

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

What's Changed

Full Changelog: 5.0.0...5.0.1

5.0.0

16 Nov 09:23
Compare
Choose a tag to compare

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

Read more