bazel:tldr:1af17
bazel: Display help.
$ bazel help
try on your machine
The command "bazel help" is used to display the available command-line options and basic help information for Bazel. Bazel is a build tool developed by Google that lets you build and test software projects of any size, utilizing a language-agnostic approach.
When you execute "bazel help," it presents a list of commands that can be used with Bazel, along with a brief description of each command. It also offers further information on how to use specific flags or options with those commands. This command is useful when you need quick assistance or clarification on a command or are exploring the available features and functionality in Bazel.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.