Class: Takeltau::ShipContainerCheck
- Inherits:
-
SubCommandBase
- Object
- Thor
- SubCommandBase
- Takeltau::ShipContainerCheck
- Includes:
- ConfigModule, DockerCheckDaemon, LoggingModule, ShipContainerCheckExisting, ShipContainerLib, SystemModule
- Defined in:
- lib/takeltau/ship/container/check/cli.rb
Overview
tau ship container check
Instance Method Summary collapse
Methods included from ShipContainerCheckExisting
#ship_container_check_existing
Methods included from DockerCheckDaemon
Methods included from ConfigModule
#config, #configured?, #initialize_config
Methods included from SystemModule
#command_available_else_error?, #hash_to_yaml, #read_yaml_erb_file, #read_yaml_file, #rm_fr, #run, #run_and_capture, #run_and_exit, #run_and_fork, #try, #write_file
Methods included from LoggingModule
Methods inherited from SubCommandBase
Instance Method Details
#existing ⇒ Object
22 23 24 |
# File 'lib/takeltau/ship/container/check/cli.rb', line 22 def existing exit ship_container_check_existing end |