
bazel
List of commands for bazel:
-
bazel:ai:84ec1 Lists all test targets in the current Bazel workspace$ bazel query 'kind("test", //...)'try on your machineexplain this command
-
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