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, #default_command, #default_command_class, #env, #env_vars, #execute, #name, #options, #opts, #puts, #run, #stderr, #stdin, #stdout, #system!

Instance Method Details

#default_rack_envObject



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

def default_rack_env = nil

#descriptionObject



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

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