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

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

Defined Under Namespace

Classes: AppDockerImages, Build, Check, 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, #delegate_to_command, #detailed_description, #env, #env_vars, #execute, #options, #opts, #puts, #run, #stdin, #system!, #theme

Instance Method Details

#default_rack_envObject



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

def default_rack_env = nil

#descriptionObject



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

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

#nameObject



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

def name = "deploy"