-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for transport.fly #66
Comments
You could try to execute Please note that I never tried this, but I understand the use case, so please let me know if this works out for you. |
Another idea is to write your tasks like this: plan.local(['build-phar', 'deploy'], ...);
plan.local(['deploy'], ...); When you now run |
Had a long chat with @pstadler many centuries ago on a similar issue but now I cannot find it. I wanted to be able to do two things: (1) compose tasks using other tasks, (2) be able to say: fly task1,task2,task3:destination ....... After various stops and starts, I have a framework built on top of Flightplan to obtain the above. Not entirely sure that this is the right way to go about it. |
i'v opted for exec('fly ...'), for now. |
@basz thanks for reporting back. So there are two use cases:
|
Let me add case 3: |
Is there a -native- way to run sub-tasks, something similar of
The above works, but ANSI colors are lost and we get nested output.
ps. Apologies if this is not the place for support. Where should I ask these questions?
The text was updated successfully, but these errors were encountered: