Sha256: 731111ca115b6fdc53744692475bbf3408559b61427c4daab90cbdef5faff66f

Contents?: true

Size: 232 Bytes

Versions: 6

Compression:

Stored size: 232 Bytes

Contents

require_relative 'master/create_command'

class Kontena::Plugin::Azure::MasterCommand < Kontena::Command

  subcommand "create", "Create a new master to Azure", Kontena::Plugin::Azure::Master::CreateCommand

  def execute
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
kontena-plugin-azure-0.3.0 lib/kontena/plugin/azure/master_command.rb
kontena-plugin-azure-0.2.5 lib/kontena/plugin/azure/master_command.rb
kontena-plugin-azure-0.2.2 lib/kontena/plugin/azure/master_command.rb
kontena-plugin-azure-0.2.0 lib/kontena/plugin/azure/master_command.rb
kontena-plugin-azure-0.2.0.pre1 lib/kontena/plugin/azure/master_command.rb
kontena-plugin-azure-0.1.0 lib/kontena/plugin/azure/master_command.rb