最終更新:2023-09-19 (火) 11:19:40 (213d)  

bazel
Top / bazel

https://bazel.build/

コマンド

https://bazel.build/run/build?hl=ja

  • bazel analyze-profile? - Analyzes build profile data.
  • bazel aquery? - Analyzes the given targets and queries the action graph.
  • bazel build - Builds the specified targets.
  • bazel canonicalize-flags? - Canonicalizes a list of bazel options.
  • bazel clean? - Removes output files and optionally stops the server.
  • bazel coverage? - Generates code coverage report for specified test targets.
  • bazel cquery? - Loads, analyzes, and queries the specified targets w/ configurations.
  • bazel dump? - Dumps the internal state of the bazel server process.
  • bazel fetch? - Fetches external repositories that are prerequisites to the targets.
  • bazel help? - Prints help for commands, or the index.
  • bazel info? - Displays runtime info about the bazel server.
  • bazel license? - Prints the license of this software.
  • bazel mobile-install? - Installs targets to mobile devices.
  • bazel print_action? - Prints the command line args for compiling a file.
  • bazel query? - Executes a dependency graph query.
  • bazel run - Runs the specified target.
  • bazel shutdown? - Stops the bazel server.
  • bazel sync? - Syncs all repositories specified in the workspace file
  • bazel test? - Builds and runs the specified test targets.
  • bazel version? - Prints version information for bazel.

参考