Forrest logo
back to context overview

typo3

List of commands for typo3:

  • typo3:cache:flush Cache clearing for all, system or frontend caches.
    $ vendor/bin/typo3 cache:flush
    try on your machine
    explain this command
  • typo3:extension:list Shows the list of extensions available to the system.
    $ vendor/bin/typo3 extension:list
    try on your machine
    explain this command
  • typo3:language:update Update the language files of all activated extensions.
    $ vendor/bin/typo3 language:update
    try on your machine
    explain this command
  • typo3:scheduler:run Start the TYPO3 Scheduler from the command line.
    $ vendor/bin/typo3 scheduler:run
    try on your machine
    explain this command
  • typo3:upgrade:list List available upgrade wizards.
    $ vendor/bin/typo3 upgrade:list
    try on your machine
    explain this command
  • typo3:upgrade:run Run upgrade wizard. Without arguments all available wizards will be run.
    $ vendor/bin/typo3 upgrade:run
    try on your machine
    explain this command
back to context overview