
typo3
List of commands for typo3:
-
typo3:cache:flush Cache clearing for all, system or frontend caches.$ vendor/bin/typo3 cache:flushtry on your machineexplain this command
-
typo3:extension:list Shows the list of extensions available to the system.$ vendor/bin/typo3 extension:listtry on your machineexplain this command
-
typo3:language:update Update the language files of all activated extensions.$ vendor/bin/typo3 language:updatetry on your machineexplain this command
-
typo3:scheduler:run Start the TYPO3 Scheduler from the command line.$ vendor/bin/typo3 scheduler:runtry on your machineexplain this command
-
typo3:upgrade:list List available upgrade wizards.$ vendor/bin/typo3 upgrade:listtry on your machineexplain this command
-
typo3:upgrade:run Run upgrade wizard. Without arguments all available wizards will be run.$ vendor/bin/typo3 upgrade:runtry on your machineexplain this command