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? |
0 replies
|
Yes, it works, thank you! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions