Sha256: 8d5a1e411d6cb732de2232704f2b709fd4720d963f994787b705f2675d6074b5

Contents?: true

Size: 425 Bytes

Versions: 34

Compression:

Stored size: 425 Bytes

Contents

require_relative 'aws/create_command'
require_relative 'aws/terminate_command'
require_relative 'aws/restart_command'

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

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

    def execute
    end
  end
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
kontena-cli-0.11.5 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.11.4 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.11.3 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.11.2 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.11.1 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.11.0 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.10.3 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.10.2 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.10.1 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.10.0 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.9.3 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.9.2 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.9.1 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.9.0 lib/kontena/cli/nodes/aws_command.rb