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.14.7 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.14.6 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.14.5 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.14.4 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.14.3 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.14.2 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.14.1 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.14.0 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.13.4 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.13.3 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.13.2 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.13.1 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.13.0.1 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.13.0 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.12.3 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.12.2 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.12.1 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.12.0 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.11.7 lib/kontena/cli/nodes/aws_command.rb
kontena-cli-0.11.6 lib/kontena/cli/nodes/aws_command.rb