
Usage: blaze %{command} <options> <query-expression>

Executes a query language expression over a specified subgraph of the
build dependency graph.

For example, to show all C++ test rules in the strings package, use:

  % blaze query 'kind("cc_.*test", strings:*)'

or to find all dependencies of chubby lockserver, use:

  % blaze query 'deps(//path/to/package:target)'

or to find a dependency path between //path/to/package:target and //dependency:

  % blaze query 'somepath(//path/to/package:target, //dependency)'

%{options}
