On this page you find all important commands for the CLI tool bazel. If the
command you are looking for is missing please ask our AI.
bazel
Bazel is an open-source build and test tool similar to Make, Maven, and Gradle. It uses a human-readable, high-level build language. Bazel supports projects in multiple languages and builds outputs for multiple platforms. Bazel supports large codebases across multiple repositories, and large numbers of users.
List of commands for bazel:
-
bazel:tldr:0f2c9 bazel: Stop the bazel server.$ bazel shutdowntry on your machineexplain this command
-
bazel:tldr:230c3 bazel: Remove output files and stop the server if running.$ bazel cleantry on your machineexplain this command
-
bazel:tldr:9804b bazel: Display runtime info about the bazel server.$ bazel infotry on your machineexplain this command
-
bazel:tldr:e9482 bazel: Build the specified target in the workspace.$ bazel build ${target}try on your machineexplain this command