System Grab Bag

View all TLDR pages from common (or from all pages)

bazel

Open-source build and test tool similar to Make, Maven, and Gradle. More information: https://bazel.build/reference/command-line-reference.
  • 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:
    bazel shutdown
  • Display runtime info about the bazel server:
    bazel info
  • Display help:
    bazel help
  • Display version:
    bazel version

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.