Clears the TYPO3 file cache directory (typo3temp/Cache) on the server.
$ cap dev typo3:cms:cache:clear_file_cache
DEBUG Running /usr/bin/env [ -d /var/www/your-domain/current/typo3temp/Cache ] as vagrant@project.example DEBUG Command: [ -d /var/www/your-domain/current/typo3temp/Cache ] DEBUG Finished in 0.305 seconds with exit status 0 (successful). INFO Running /usr/bin/env rm -rf /var/www/your-domain/current/typo3temp/Cache as vagrant@project.example DEBUG Command: /usr/bin/env rm -rf /var/www/your-domain/current/typo3temp/Cache INFO Finished in 0.005 seconds with exit status 0 (successful).
This task is added to the rollback tasks by default in the dkdeploy-typo3-cms gem.
dkdeploy-typo3-cms