Sha256: c95b0d84157f670df9f4ad4fd2be46c1a8321e4aa5de82d8b8d97cf709a3ad76
Contents?: true
Size: 358 Bytes
Versions: 20
Compression:
Stored size: 358 Bytes
Contents
require_relative 'containers/exec_command' require_relative 'containers/inspect_command' class Kontena::Cli::ContainerCommand < Clamp::Command subcommand "exec", "Execute command inside a container", Kontena::Cli::Containers::ExecCommand subcommand "inspect", "Inspect the container", Kontena::Cli::Containers::InspectCommand def execute end end
Version data entries
20 entries across 20 versions & 1 rubygems