bluemixgaragelondon / cf-blue-green-deploy

Cloud Foundry CLI plugin for zero downtime deploys
Apache License 2.0
139 stars 61 forks source link

FR - Display Smoke Test Output in Real Time #69

Open bpandola opened 6 years ago

bpandola commented 6 years ago

Thanks for such a useful plugin! I have a long-running smoke test script that writes to stdout as it progresses. It seems that BGD captures the output as the smoke test is running and then displays it in its entirety only when the script has completed. It would be nice to see the output in real time. I'm new to Go, but I believe this is possible and would be willing to take a crack at it if it's something you'd consider merging.

holly-cummins commented 6 years ago

That seems like it would be a good enhancement - thanks.