Hi,

is there a way to prevent fabric from prepending [hostname] to stdout?

I know I can do the following:

with hide('stdout'):
    output = sudo('my command')
puts(output)# or print(output)

but then you don't see anything until the command has finished, and for a long
running command I want to see normal progress.


Miquel



_______________________________________________
Fab-user mailing list
Fab-user@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to