Class: Brut::CLI::Apps::Deploy::Build
- Inherits:
-
Commands::BaseCommand
- Object
- Commands::BaseCommand
- Brut::CLI::Apps::Deploy::Build
- Defined in:
- lib/brut/cli/apps/deploy.rb
Defined Under Namespace
Classes: Docker
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, #default_rack_env, #env, #env_vars, #execute, #name, #options, #opts, #puts, #run, #stderr, #stdin, #stdout, #system!
Instance Method Details
#description ⇒ Object
124 |
# File 'lib/brut/cli/apps/deploy.rb', line 124 def description = "Build artifacts for deployment" |