class DockerProjectManager::Update

Defined in:

commands/update.cr

Constant Summary

PROJECT_HOST_PATH_REGEXP = /{{\s*project_host_path\s*}}/
RUNNER_URL = "https://raw.githubusercontent.com/botanicus/docker-project-manager/master/templates/runner"

Instance Method Summary

Constructor methods inherited from class DockerProjectManager::Command

new(name : String, args : Array(String)) new

Class methods inherited from class DockerProjectManager::Command

command(command_name) : self.class command, commands : Hash(String, Command.class) commands, run(args) run

Instance Method Detail

def project_host_path : String #

[View source]
def run : Nil #

[View source]
def usage : String #

[View source]
def validate : Nil #

[View source]