Sha256: fd76c37eb00ee91a07a54d312b7831710f130cad7d07766d7aeba8fee39a4e51

Contents?: true

Size: 702 Bytes

Versions: 45

Compression:

Stored size: 702 Bytes

Contents

# frozen_string_literal: true

module Takeltau
  # tau ship container check
  class ShipContainerCheck < SubCommandBase
    include LoggingModule
    include SystemModule
    include ConfigModule
    include DockerCheckDaemon
    include ShipContainerLib
    include ShipContainerCheckExisting

    #
    # ship container check existing
    #
    desc 'existing', 'Check if a takelship is existing'
    long_desc <<-LONGDESC.gsub("\n", "\x5")
    Check if a takelship container is existing
    This check looks for a container with a given name.
    If such a container is existing the result is true else false.
    LONGDESC
    def existing
      exit ship_container_check_existing
    end
  end
end

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
takeltau-0.46.9 lib/takeltau/ship/container/check/cli.rb
takeltau-0.46.8 lib/takeltau/ship/container/check/cli.rb
takeltau-0.46.5 lib/takeltau/ship/container/check/cli.rb
takeltau-0.46.1 lib/takeltau/ship/container/check/cli.rb
takeltau-0.46.0 lib/takeltau/ship/container/check/cli.rb
takeltau-0.45.27 lib/takeltau/ship/container/check/cli.rb
takeltau-0.45.26 lib/takeltau/ship/container/check/cli.rb
takeltau-0.45.24 lib/takeltau/ship/container/check/cli.rb
takeltau-0.45.23 lib/takeltau/ship/container/check/cli.rb
takeltau-0.45.22 lib/takeltau/ship/container/check/cli.rb
takeltau-0.45.21 lib/takeltau/ship/container/check/cli.rb
takeltau-0.45.19 lib/takeltau/ship/container/check/cli.rb
takeltau-0.45.17 lib/takeltau/ship/container/check/cli.rb
takeltau-0.45.16 lib/takeltau/ship/container/check/cli.rb
takeltau-0.45.14 lib/takeltau/ship/container/check/cli.rb
takeltau-0.45.13 lib/takeltau/ship/container/check/cli.rb
takeltau-0.45.12 lib/takeltau/ship/container/check/cli.rb
takeltau-0.45.11 lib/takeltau/ship/container/check/cli.rb
takeltau-0.45.10 lib/takeltau/ship/container/check/cli.rb
takeltau-0.45.9 lib/takeltau/ship/container/check/cli.rb