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 0055614 commit ea63cd7Copy full SHA for ea63cd7
messenger.rst
@@ -688,6 +688,14 @@ of some or all transports:
688
# shows stats only for some transports
689
$ php bin/console messenger:stats my_transport_name other_transport_name
690
691
+ # you can also output the stats in JSON format
692
+ $ php bin/console messenger:stats --format=json
693
+ $ php bin/console messenger:stats my_transport_name other_transport_name --format=json
694
+
695
+.. versionadded:: 7.2
696
697
+ The ``format`` option was introduced in Symfony 7.2.
698
699
.. note::
700
701
In order for this command to work, the configured transport's receiver must implement
0 commit comments