Hive Hive
Sign in

CLI 4.200.0

Metadata
Source
GitHub
Version
4.200.0
Published
Jun 11, 2026 · 19:25 UTC
Repository
tuist/tuist
Update

This release extends the Tuist CLI with Bazel-specific commands that connect Bazel’s remote cache to the Tuist cache.

  • tuist bazel setup writes a .bazelrc.tuist in 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-helper follows 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 --help because they are build plumbing. Together, they let Bazel-based projects use the Tuist remote cache without manually assembling flags or refreshing tokens.