We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9cf1a commit 8aa2fbbCopy full SHA for 8aa2fbb
workflow/dumping-workflows.rst
@@ -14,8 +14,7 @@ PNG image of the workflow defined above::
14
15
.. code-block:: terminal
16
17
- $ php dump-graph.php > out.dot
18
- $ dot -Tpng out.dot -o graph.png
+ $ php dump-graph.php | dot -Tpng -o graph.png
19
20
The result will look like this:
21
@@ -26,8 +25,7 @@ with the ``WorkflowDumpCommand``:
26
25
27
28
29
- $ php bin/console workflow:dump name > out.dot
30
+ $ php bin/console workflow:dump name | dot -Tpng -o graph.png
31
32
.. note::
33
0 commit comments