Bug 1349980 - Highlight the '-J' flag of mach taskgraph command in taskcluster docs,r=dustin

This commit is contained in:
Peter Moore
2017-04-06 19:10:52 +02:00
parent abd5c4aa78
commit 95b9ed5cf1

View File

@@ -180,6 +180,15 @@ parameter file. The parameter keys and values are described in
:doc:`parameters`; using that information, you may modify an existing
``parameters.yml`` or create your own.
By default, the above commands will only output a list of tasks. Use `-J` flag
to output full task definitions. For example:
.. code-block:: shell
$ ./mach taskgraph optimized -J -p ~/Downloads/parameters.yml
See :doc:`how-tos` for further practical tips.
Task Parameterization
---------------------