class Swm::SSHDockerExecutor

Defined in:

docker/ssh_docker_executor.cr

Constant Summary

WATCH_INTERVAL_IN_SECONDS = 2

Constructors

Instance Method Summary

Constructor Detail

def self.new(host : String) #

[View source]

Instance Method Detail

def exec_async(command : String, show_output = false, watch = false, &) #

[View source]
def watch(command : String, &block) #

[View source]