Class: Brut::CLI::Apps::Deploy::DockerCompose
Defined Under Namespace
Classes: Check, Generate
Instance Attribute Summary
#parent_command
Instance Method Summary
collapse
#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_env ⇒ Object
174
|
# File 'lib/brut/cli/apps/deploy.rb', line 174
def default_rack_env = "development"
|
#description ⇒ Object
175
|
# File 'lib/brut/cli/apps/deploy.rb', line 175
def description = "Manage a docker-compose.yml file to be consistent with your deploy config"
|