Skip to content

Files

Latest commit

165cd87 · Aug 21, 2024

History

History
31 lines (21 loc) · 347 Bytes

bazel.md

File metadata and controls

31 lines (21 loc) · 347 Bytes

Bazel

Info

bazel info output_base

Bzlmod

bazel mod graph
bazel mod graph --verbose
bazel mod show_repo bazel_skylib

Query

bazel query @local_config_cc//:toolchain --output=build

Reference