Is there a way to detect and run arbitrary cap tasks from another
task, similar to the way I might look for Rake tasks matching a
namespace or file pattern and execute them without explicitly naming
each one?

The problem I'm solving for is: I'd like to split a large deploy
recipe across several files so that I can pick and choose individual
components for different applications. I'd like a master recipe with
e.g. a permissions task that would collect the present component
recipes and run each component:permissions:default, without being told
ahead of time what components are present.

Thanks,
Josh
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to