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

Consider publishing official bazelisk docker images, aka `gcr.io/whatever/bazelisk:1.0` etc (maybe versions that have bazel version A B C preinstalled too)

type: feature request
P3

I'm fixing rules_nodejs right now to let you pick arbitrary status keys in the stamping implementation - then we can remove this change to stamp.sh which was a workaround https://github.com/bazelbuild/bazelisk/commit/541325d070f320e78c2e30d1d6feeaba787c8162#diff-9004e026c175cbe67e8119d1bc0fc801

I'm happy to see traction on a tool like Bazelisk. One of the biggest issues I've faced using bazel more widely is a standard, simple way to install Bazel and...

type: feature request
P3

What do you think about having files with native shell scripts like [gradle wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html) have? Somthing like this: ```bash #!/usr/bin/env sh ############################################################################## ## ## Bazel start up script for UN*X...

type: feature request
P3

I am using bazelisk instead of bazel, and have a shell script that gets sourced from the rc file to check if bazelisk matches the expected version, and if not,...

type: feature request
P3

Currently we have both python and Go versions; looks like they are losing feature parity. Let's keep just one (I guess the Go version?)

type: feature request
P3

Are there any plans to support using [bazel-watcher](https://github.com/bazelbuild/bazel-watcher) through bazelisk? Adding something like a "--watch" option to bazelisk would be awesome in my opinion. I'd be happy to try and...

type: feature request
P3

The Python version will use it... provided I hack up the call to subprocess and pass `shell=True` which is nbd The go version seems to just ignore it. lmk if...

type:bug
P3

I want to make the workspace path you get when you look at `$BUILD_WORKSPACE_DIRECTORY` inside the target you're running, be consistent with the value you get if you do `$(dirname...

Summary: This pull request adds logic to authenticate all Bazel binaries that are downloaded, as long as the user has GPG installed. If a user does not have GPG installed,...