Deploy commands to remote nodes efficiently in parallel
Deploy commands to (a potentially large set of) remote nodes
taktuk$ taktuk -l user -m host1,host2,host3 exec [ echo 'Hello from remote' ]$ taktuk -l user -m host1,host2 put [ /local/file /remote/path ]$ taktuk -l user -m @hostfile -s 'ssh -p 2222' exec [ whoami ]