commands.sh

bazel

all

Open-source build and test tool similar to Make, Maven, and Gradle.

More info →

Examples (6)

Build the specified target in the workspace

bazel build target

Remove output files and stop the server if running

bazel clean

Stop the bazel server

Display runtime info about the bazel server

Display help

Display version

bazel version
made by @shridhargupta | data from tldr-pages