Link Search Menu Expand Document

Rules

The default tab shown when visiting a rule is the starlark BUILD rule formatted and labels linked to other nodes in the build graph:

https://github.com/bzl-io/bzl/pull/12

Inputs and Outputs

The Io tab displays the rule inputs and predeclared outputs:

https://github.com/bzl-io/bzl/pull/12

Actions

The Actions tab displays the rule actions that are spawned by the rule. This is a view of bazel aquery 'outputs(.*, LABEL):

https://github.com/bzl-io/bzl/pull/12

Attributes

The rule attributes documents the types and values of explicit and implicit attributes:

https://github.com/bzl-io/bzl/pull/12

Dependencies

The dependencies tab allows you to visualize the:

  • reverse dependencies (what other targets depend on this rule within the default workspace)
  • reverse dependencies within package (must faster to compute)
  • rule dependencies (other rules this one depends on)

https://github.com/bzl-io/bzl/pull/12

Events

The Events tab shows the build events following a build/test of this rule:

https://github.com/bzl-io/bzl/pull/12

This is covered in further detail in the build events page.


Copyright © 2021 Stack.Build.