aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/user-manual.html
diff options
context:
space:
mode:
authorGravatar juliexxia <juliexxia@google.com>2018-03-15 09:58:51 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-03-15 10:00:22 -0700
commita8082fce423ee933bda3173c8b32a8dad1e3f003 (patch)
tree45372cd7d122f028b0b9c9d678e8c343d27053fd /site/docs/user-manual.html
parentb1688b29290ed03fbaf1ee94c340d2d58c30fb62 (diff)
Add cquery to Blaze manual's list of commands
PiperOrigin-RevId: 189201051
Diffstat (limited to 'site/docs/user-manual.html')
-rw-r--r--site/docs/user-manual.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/site/docs/user-manual.html b/site/docs/user-manual.html
index df99a052f5..6f6c1a693f 100644
--- a/site/docs/user-manual.html
+++ b/site/docs/user-manual.html
@@ -25,6 +25,8 @@ title: User Manual
<a href='#canonicalize'>canonicalize-flags</a> Canonicalize Bazel flags.
<a href='#clean'>clean</a> Removes output files and optionally stops the server.
+ <a href='#query'>cquery</a> Executes a <a href='#analysis-phase'>post-analysis</a> dependency graph query.
+
<a href='#dump'>dump</a> Dumps the internal state of the Bazel server process.
<a href='#help'>help</a> Prints help for commands, or the index.
@@ -3035,7 +3037,10 @@ in an environment closer to the current shell environment. Note that none of the
<p>
Bazel includes a query language for asking questions about the
- dependency graph used during the build. The query tool is an
+ dependency graph used during the build. The query language is used
+ by two commands: query and cquery. The major difference between the
+ two commands is that query runs after the <a href='#loading-phase'>loading phase</a>
+ and cquery runs after the <a href='#analysis-phase'>analysis phase</a>. These tool are an
invaluable aid to many software engineering tasks.
</p>
<p>