ploxiln/fab-classic

fab --show=stdout does not return execution output

gscorrea opened this issue · 1 comments

WIth fabric 1.14 and fabric3 I only need to add --show=stdout to get the stdout output to the host system and now with fabric 1.18.0 it does not show the output anymore and I had to add status (--show,stdout,status) to get the execution output.

After further review I noticed that I was by mistake hiding the stdout as well, so this is a non issue.