Sha256: e9ca19cc5d6f5e69bb48733d481844a009b6fbad7e932443d2d7d3a0125c1e3e

Contents?: true

Size: 227 Bytes

Versions: 8

Compression:

Stored size: 227 Bytes

Contents

module Kontena::Cli::Master

  require_relative 'packet/create_command'

  class PacketCommand < Clamp::Command

    subcommand "create", "Create a new Packet master", Packet::CreateCommand

    def execute
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
kontena-cli-0.14.7 lib/kontena/cli/master/packet_command.rb
kontena-cli-0.14.6 lib/kontena/cli/master/packet_command.rb
kontena-cli-0.14.5 lib/kontena/cli/master/packet_command.rb
kontena-cli-0.14.4 lib/kontena/cli/master/packet_command.rb
kontena-cli-0.14.3 lib/kontena/cli/master/packet_command.rb
kontena-cli-0.14.2 lib/kontena/cli/master/packet_command.rb
kontena-cli-0.14.1 lib/kontena/cli/master/packet_command.rb
kontena-cli-0.14.0 lib/kontena/cli/master/packet_command.rb