During extension developement for TYPO3 v.6 some times it's some boring to clean the cache again and again : in backend, in typo3temp.
Is there a CLI helper for that to erase ALL the cache via shell ?
this question is a bit old but I think someone else would be useful.
I have developed an little extension which eliminates typo cache through the command line. You need to create a user backend "no admin" to complete the process, otherwise it will not work.
STEPS:
That's it
There is something better, an extension called uncache :)
See here: http://typo3.org/extensions/repository/view/uncache
Just don't forget to disable it again when going live.