Skip to content

Commit

Permalink
Add aquery_differ script's location in aquery documentation.
Browse files Browse the repository at this point in the history
Fixes #7481.

RELNOTES: None
PiperOrigin-RevId: 235051321
  • Loading branch information
joeleba authored and copybara-github committed Feb 21, 2019
1 parent b6e32d3 commit aaa37f6
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions site/docs/aquery.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2 id='overview'>Overview</h2>
$ bazel aquery 'deps(//some:label)'
action 'Writing file some_file_name'
Mnemonic: ...
Owner: ...
Target: ...
Configuration: ...
ActionKey: ...
Inputs: [...]
Expand Down Expand Up @@ -272,12 +272,17 @@ <h3 id="diff-tool">Comparing Aquery Outputs</h3>
command lines being run did not change. <code>aquery_differ</code> is the tool for that.
</p>

<p>
The tool is available in the [bazelbuild/bazel](https://github.com/bazelbuild/bazel/tree/master/tools/aquery_differ) repository.
To use it, clone the repository to your local machine. An example usage:
</p>

<pre>
bazel run //tools/aquery_differ -- \
$ bazel run //tools/aquery_differ -- \
--before=/path/to/before.proto \
--after=/path/to/after.proto
--input_type=proto
--attrs=cmdline
--after=/path/to/after.proto \
--input_type=proto \
--attrs=cmdline \
--attrs=inputs
</pre>

Expand Down Expand Up @@ -382,6 +387,5 @@ <h2 id='known-issues'>Known Issues</h2>
<h2 id='updates'>Updates</h2>

<p>
Aquery is a work in progress, and its API might change in the future.
Please contact twerth@google.com and leba@google.com for any issue/feature request.
</p>

0 comments on commit aaa37f6

Please sign in to comment.