realestate-com-au / stackup

a simple CLI and Ruby API for AWS CloudFormation
MIT License
97 stars 34 forks source link

stdout not appearing until the cfn has finished #13

Closed pvdvreede closed 8 years ago

pvdvreede commented 8 years ago

It might be something I have done, but my status output doesnt appear until after the CFN has finished running. Is there a STDOUT.sync = true anywhere to make sure the output is flushed to stdout as it happens?

mdub commented 8 years ago

No, there isn't, but there probably should be. Leave it with me.