Class: Brut::CLI::Apps::Deploy
- Inherits:
-
Commands::BaseCommand
- Object
- Commands::BaseCommand
- Brut::CLI::Apps::Deploy
- Defined in:
- lib/brut/cli/apps/deploy.rb
Defined Under Namespace
Classes: AppDockerImages, Build, Check, Heroku
Instance Attribute Summary
Attributes inherited from Commands::BaseCommand
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_env ⇒ Object
6 |
# File 'lib/brut/cli/apps/deploy.rb', line 6 def default_rack_env = nil |
#description ⇒ Object
4 |
# File 'lib/brut/cli/apps/deploy.rb', line 4 def description = "Deploy your Brut-powered app to production" |