module Squarectl::Commands::Configs

Overview

Creates/removes Docker Swarm configs on the deploy server, piping each source file into docker config create via stdin. Mixed into Task.

Direct including types

Defined in:

squarectl/commands/configs.cr

Instance Method Summary

Instance Method Detail

def create_docker_config(key, file) #

[View source]
def create_docker_configs(args) #

[View source]
def destroy_docker_config(key, file) #

[View source]
def destroy_docker_configs(args) #

[View source]