Why did I created it?
• We have a lot of tools that support IT
automation, such as chef, ansible, capistrano,
fabric, …
• OTOH, we sometimes want to do ad hoc
operation. Then such IT-automation tools are
obtrusive. But ssh(1) is powerless.
• So I created App::RemoteCommand, which is
simple, and at the same time, powerful.