Class: CC::CLI::Engines::Install
- Inherits:
-
EngineCommand
- Object
- Command
- EngineCommand
- CC::CLI::Engines::Install
- Defined in:
- lib/cc/cli/engines/install.rb
Constant Summary collapse
- ImagePullFailure =
Class.new(StandardError)
Constants inherited from Command
Instance Method Summary collapse
Methods inherited from Command
command_name, #execute, #fatal, #initialize, #require_codeclimate_yml, #say, #warn
Constructor Details
This class inherits a constructor from CC::CLI::Command
Instance Method Details
#run ⇒ Object
9 10 11 12 13 14 |
# File 'lib/cc/cli/engines/install.rb', line 9 def run require_codeclimate_yml say "Pulling docker images." pull_docker_images end |