Hello,
I am a experimenting with tasks a little bit and I have one question. If I have multiple Fuel applications running on same server and 2 application have same task with name "Mytask" and when I run command 'php oil r mytask' how does oil know which task it need to run? Is it Mytask in application 1 or Mytask in application 2?
thanks
The oil script should be in the application root folder (the one that contains fuel/app and public), it is not part of the core. Even if you have multiple apps on the same server (I do too, and they all run on the same core folders) you should have this directory structure.