This release extends the Tuist CLI with Bazel-specific commands that connect Bazel’s remote cache to the Tuist cache.
tuist bazel setupwrites a.bazelrc.tuistin your project directory and installs an executable credential helper script. The generated config points Bazel at the Tuist cache endpoint, sets the instance name, and enables the credential helper for authentication.tuist bazel credential-helperfollows Bazel’s credential helper protocol. When Bazel invokes it during a build, it prints a fresh authorization header and token expiry, so Bazel always uses a valid access token.- Both commands are hidden from
tuist --helpbecause they are build plumbing. Together, they let Bazel-based projects use the Tuist remote cache without manually assembling flags or refreshing tokens.