Description¶ ↑
Execute command on localhost and save output into result object.
Usage¶ ↑
run "id COMMAND"
Alias¶ ↑
In fact it's the same as doing next:
run "COMMAND", on: :localhost run "COMMAND", :on => :localhost
Example¶ ↑
run "id david"
-
This instruction execute “id david” command on local machine, and save results into result object.
-
Local machine is where the
Teuton
program is running.