Class: Brut::CLI::Apps::Deploy::DockerCompose

Inherits:
Commands::BaseCommand show all
Defined in:
lib/brut/cli/apps/deploy.rb

Defined Under Namespace

Classes: Check, Generate

Instance Attribute Summary

Attributes inherited from Commands::BaseCommand

#parent_command

Instance Method Summary collapse

Methods inherited from Commands::BaseCommand

#accepts, #args_description, #argv, #bootstrap?, #commands, #delegate_to_command, #detailed_description, #env, #env_vars, #execute, #name, #options, #opts, #print, #puts, #run, #stdin, #system!, #theme

Instance Method Details

#default_rack_envObject



176
# File 'lib/brut/cli/apps/deploy.rb', line 176

def default_rack_env = "development"

#descriptionObject



177
# File 'lib/brut/cli/apps/deploy.rb', line 177

def description = "Manage a docker-compose.yml file to be consistent with your deploy config"