class Pod::Runner

Defined in:

pod/runner.cr

Constant Summary

MAGIC_SHELL = "if which bash > /dev/null 2>&1; then bash; else sh; fi"

Constructors

Instance Method Summary

Constructor Detail

def self.new(config : Config::File, remote : String | Nil, show : Bool, io : IO) #

[View source]

Instance Method Detail

def build(target : String | Nil) #

[View source]
def enter(target : String | Nil, extra_args : Enumerable(String) | Nil) #

[View source]
def push(target : String | Nil) #

[View source]
def run(target : String | Nil, detached : Bool | Nil, extra_args : Enumerable(String) | Nil) #

[View source]
def update_secrets(target) #

[View source]