TYPO3CMS-Reference-CoreApi
TYPO3CMS-Reference-CoreApi copied to clipboard
Add command reference with list of commands and list of scheduler tasks
Current behavior
There is no complete list of all console commands and all scheduler tasks. A list can be obtained by running the command or looking in the scheduler, but for some commands further information would be helpful. For some the description is quite vague (e.g. extension:setup: "Set up extensions").
Additionally, some commands are currently spread out over several extension documentations (workspaces, redirects), it might be helpful to have a complete list and then link to the respective places.
Expected behavior/output
- have a complete list as reference
- add extra context for some commands (which are not already explained elsewhere)
Possible Solution
- Create a list of commands in TYPO3 Explained PR #3095
- Create a list of scheduler tasks in EXT:scheduler Documentation: issue https://forge.typo3.org/issues/101017
(I considered one complete list for both but it is awkward to document the console commands in the scheduler documenation and vice versa).
am working on patches ...
We want to create the list with all options and arguments automatically: https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-CoreApi/issues/2750
We want to create the list with all options and arguments automatically: https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-CoreApi/issues/2750
Closing here.