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

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

Defined Under Namespace

Classes: DeployConfig, Docker, DockerCompose, GitChecks, Heroku

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, #default_rack_env, #delegate_to_command, #detailed_description, #env, #env_vars, #execute, #options, #opts, #print, #puts, #run, #stdin, #system!, #theme

Instance Method Details

#descriptionObject



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

def description = "Deploy your Brut-powered app to production"

#nameObject



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

def name = "deploy"