Replies: 2 comments
-
Hi Gabriel. Thanks for your feedback. I agree that "print executed commands" is a must have feature. file: a.spy
Case 1: run with --debug
Output: the executed command ("ls -l") was printed at line #3 of output
Case 2: run with --verbose
Output: data received by stderr and stdout are printed
Case 3: run with --debug --verbose
Output: content of both --debug and --verbose are printed
Does it solve the problem? |
Beta Was this translation helpful? Give feedback.
-
Yes, it works, thank you! |
Beta Was this translation helpful? Give feedback.
-
Hello, I really like sshscript.
I usually write fabric tasks but sshscript is simpler and very effective.
I'd like to auto echo executed commands on remote host, not their stdout or stderr.
I tried --verbose and --debug options but they don't work in this way.
Do you think it is possible to add something like an --echo option to print executed commands?
Thank you.
Gabriel.
Beta Was this translation helpful? Give feedback.
All reactions