class RemoteCmd

Defined in:

runway/deployments/command.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(payload : Payload, remote_config : RemoteConfig, entrypoint : String, cmd : Array(String) = [] of String, directory : String = ".", timeout : Int32 = 300, renderer : Runway::Render = nil, log : Log = nil) #

[View source]

Instance Method Detail

def output : String #

[View source]
def run #

[View source]
def success? : Bool | Nil #

[View source]