Sha256: 16dcf10a7ad24d7484c2af59f10c03d474229285216a71887345a5aaf4733f77

Contents?: true

Size: 459 Bytes

Versions: 8

Compression:

Stored size: 459 Bytes

Contents

require_relative 'packet/create_command'
require_relative 'packet/restart_command'
require_relative 'packet/terminate_command'

module Kontena::Cli::Nodes
  class PacketCommand < Clamp::Command

    subcommand "create", "Create a new Packet node", Packet::CreateCommand
    subcommand "restart", "Restart a Packet node", Packet::RestartCommand
    subcommand "terminate", "Terminate a Packet node", Packet::TerminateCommand

    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/nodes/packet_command.rb
kontena-cli-0.14.6 lib/kontena/cli/nodes/packet_command.rb
kontena-cli-0.14.5 lib/kontena/cli/nodes/packet_command.rb
kontena-cli-0.14.4 lib/kontena/cli/nodes/packet_command.rb
kontena-cli-0.14.3 lib/kontena/cli/nodes/packet_command.rb
kontena-cli-0.14.2 lib/kontena/cli/nodes/packet_command.rb
kontena-cli-0.14.1 lib/kontena/cli/nodes/packet_command.rb
kontena-cli-0.14.0 lib/kontena/cli/nodes/packet_command.rb