Sha256: 0ec77466082d49deef182692d6a42127a94f076e207e6c99107216237a0fa4fa

Contents?: true

Size: 281 Bytes

Versions: 46

Compression:

Stored size: 281 Bytes

Contents

# frozen_string_literal: true

# tau ship container command
module ShipContainerCommand
  # Run a command in a takelship
  def ship_container_command(args)
    return false unless ship_container_check_existing

    _ship_container_lib_docker_exec "pod #{args.join(' ')}"
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
takeltau-0.44.14 lib/takeltau/ship/container/command.rb
takeltau-0.44.12 lib/takeltau/ship/container/command.rb
takeltau-0.44.11 lib/takeltau/ship/container/command.rb
takeltau-0.44.8 lib/takeltau/ship/container/command.rb
takeltau-0.44.2 lib/takeltau/ship/container/command.rb
takeltau-0.43.23 lib/takeltau/ship/container/command.rb