bazelisk - AshokBhat/notes GitHub Wiki

About

  • Bazelisk is a wrapper for Bazel written in Go

Operation

  1. Picks a good version of Bazel given your current working directory
  2. Downloads it from the official server (if required)
  3. Transparently passes through all command-line arguments to the real Bazel binary

See also