Skip to content

Commit

Permalink
[TASK] Apply changes from main ticket
Browse files Browse the repository at this point in the history
* Make JSON readable
* Move requirement to dev
* List all commands
  • Loading branch information
linawolf committed Sep 25, 2024
1 parent 64332c5 commit 8dd08af
Show file tree
Hide file tree
Showing 3 changed files with 4,647 additions and 6 deletions.
7 changes: 3 additions & 4 deletions Documentation/ApiOverview/CommandControllers/ListCommands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
List of TYPO3 console commands
==============================

.. todo: List all common commands once https://forge.typo3.org/issues/103858 is resolved
By default TYPO3 ships the listed console commands, depending
on which system extensions are installed.

Expand All @@ -28,7 +26,8 @@ on legacy installations:
List all TYPO3 console commands
===============================

.. console:command:: list
.. console:command-list::
:caption: vendor/bin/typo3 <command> | typo3/sysext/core/bin/typo3 <command> | ddev typo3 <command>
:json: commands.json
:script: vendor/bin/typo3
:exclude-option: help, quiet, verbose, version, ansi, no-ansi, no-interaction
:exclude-namespace: clinspector, codesnippet, examples, styleguide
4,644 changes: 4,643 additions & 1 deletion Documentation/ApiOverview/CommandControllers/commands.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"license": "OPL-1.0",
"type": "typo3-cms-documentation",
"require": {
"garvinhicking/clinspector-gadget": "^0.1.1",
"typo3/cms-core": "^12.4"
},
"require-dev": {
"ergebnis/composer-normalize": "~2.41.0",
"friendsofphp/php-cs-fixer": "^3.51",
"garvinhicking/clinspector-gadget": "^0.1.2",
"symfony/yaml": "^6.4",
"t3docs/blog-example": "^12.0",
"t3docs/codesnippet": "dev-main",
Expand Down

0 comments on commit 8dd08af

Please sign in to comment.