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: DeployConfig, Docker, DockerCompose, GitChecks, 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_rack_env, #delegate_to_command, #detailed_description, #env, #env_vars, #execute, #options, #opts, #print, #puts, #run, #stdin, #system!, #theme
Instance Method Details
#description ⇒ Object
12 |
# File 'lib/brut/cli/apps/deploy.rb', line 12 def description = "Deploy your Brut-powered app to production" |
#name ⇒ Object
11 |
# File 'lib/brut/cli/apps/deploy.rb', line 11 def name = "deploy" |