Brentley Jones

Results 299 comments of Brentley Jones

Related to https://github.com/bazelbuild/bazelisk/issues/423?

I just ran into this as well. There is no way to get this to render as a list 😢

Related: https://github.com/bazelbuild/bazel/discussions/22011

Gentle ping on this. We would like to add `bb login` into a common flow of ours.

Maybe. But I'm classifying this as a bug because it prevents the CLI from being out of the box with `tools/bazel` that already exist and work with `bazelisk`.

> Are you planning to use the `.bazelversion` trick for `bb` distribution or will you run `bb` directly We would use `.bazelversion`. Also, I think that is the main way...

Those steps don't fail, but they do in our internal repo. Checking to see what's different. I believe it has to do with using a `tools/bazel` wrapper.

Our wrapper adds a bunch of flags to commands that come through, which causes the BB CLI to interpret `print` as a bazel command and passes it through. We will...