class RemoteCmd
- RemoteCmd
- Reference
- Object
Defined in:
runway/deployments/command.crConstructors
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)
#