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