.. include:: /Includes.rst.txt .. The following reference was automatically generated from code. It should not .. be changed directly. .. _typo3_console-command-reference-list: ==== list ==== **List commands** The `list` command lists all commands: .. code-block:: shell typo3cms list You can also display the commands for a specific namespace: .. code-block:: shell typo3cms list test You can also output the information in other formats by using the **--format** option: .. code-block:: shell typo3cms list --format=xml It's also possible to get raw list of commands (useful for embedding command runner): .. code-block:: shell typo3cms list --raw Arguments ========= `namespace` The namespace name Options ======= `--raw` To output raw command list - Accept value: no - Is value required: no - Is multiple: no - Default: false `--format` The output format (txt, xml, json, or md) - Accept value: yes - Is value required: yes - Is multiple: no - Default: 'txt' `--all|-a` Show all commands, even the ones not available - Accept value: no - Is value required: no - Is multiple: no - Default: false