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
Родитель 1d28e958d8
Коммит f1992a1f4b
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -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
---------------------