module Squarectl

Defined in:

squarectl.cr
squarectl/cli.cr
squarectl/cli/completion.cr
squarectl/cli/compose.cr
squarectl/cli/configs.cr
squarectl/cli/info.cr
squarectl/cli/kube.cr
squarectl/cli/secrets.cr
squarectl/cli/swarm.cr
squarectl/commands/compose.cr
squarectl/commands/configs.cr
squarectl/commands/info.cr
squarectl/commands/kompose.cr
squarectl/commands/kubectl.cr
squarectl/commands/networks.cr
squarectl/commands/secrets.cr
squarectl/commands/setup_commands.cr
squarectl/commands/ssl_certificates.cr
squarectl/commands/swarm.cr
squarectl/config/compose_file.cr
squarectl/config/domain.cr
squarectl/config/env_var.cr
squarectl/config/network.cr
squarectl/config/server.cr
squarectl/config/setup_command.cr
squarectl/config/squarectl_config.cr
squarectl/config/squarectl_environment.cr
squarectl/config/ssl_certificate.cr
squarectl/config/ssl_certificate_spec.cr
squarectl/executor.cr
squarectl/shell_completion.cr
squarectl/task.cr
squarectl/task_factory.cr
squarectl/tasks/compose.cr
squarectl/tasks/configs.cr
squarectl/tasks/info.cr
squarectl/tasks/kube.cr
squarectl/tasks/secrets.cr
squarectl/tasks/swarm.cr

Constant Summary

VERSION = "1.4.2"

Class Method Summary

Class Method Detail

def self.app_name #

[View source]
def self.compose_v1? #

[View source]
def self.config #

[View source]
def self.data_dir #

[View source]
def self.env_vars_to_hash #

[View source]
def self.environment_all #

[View source]
def self.environments #

[View source]
def self.find_environment(environment, target) #

[View source]
def self.kubernetes_dir #

[View source]
def self.load_config(config_path) #

[View source]
def self.reset_config! #

[View source]
def self.root_dir #

[View source]
def self.targets_common_dir #

[View source]
def self.targets_dir #

[View source]
def self.version #

[View source]