bazelisk icon indicating copy to clipboard operation
bazelisk copied to clipboard

A user-friendly launcher for Bazel.

Results 137 bazelisk issues
Sort by recently updated
recently updated
newest added

Since bazelisk downloads entire binaries, autocomplete scripts are not accessible. bazelisk could potentially also download the autocomplete scripts to a predetermined location to make it easier invoke.

type: feature request
help wanted
P3

It would be nice if I could automatically download the right artifact for my current system using something like: ``` curl -sSL https://github.com/bazelbuild/bazelisk/releases/download/v1.12.0/bazelisk-linux-$(uname -m) ``` But I cannot, because the...

type: feature request
P2

It would be great to get the resolved version of bazel without invoking bazel. Running `bazelisk --version` takes ~0.5s, which is noticeable by users. My use case involves caching items...

fix `BAZELISK_NOJDK` support

there's no binary release for arch armv7l (raspberry pi 3) 32bit I don't know how to build it (from raspbian). I dont want to think that bazelisk uses bazel for...

Seems like you guys just reinvented asdf. Like... why? so confused.

The bazel wrapper might not be executable by `other`, only `user` or `group`, depending for instance on the umask of the user. Allow for this by checking the user and...

It would save debugging time if I could do something like `bazelisk bazeliskversion` to print the version (and build date) of bazelisk I am using. That makes it easy to...

ping @philwo _Originally posted by @xinnjie in https://github.com/bazelbuild/bazelisk/issues/299#issuecomment-1032155356_