Sha256: 7a4035fb08f451bf081909b88b2db8d2abaaaca24af669f45ac2b4c89463c8f2

Contents?: true

Size: 418 Bytes

Versions: 28

Compression:

Stored size: 418 Bytes

Contents

require_relative 'registry/create_command'
require_relative 'registry/delete_command'
require_relative 'registry/remove_command'

class Kontena::Cli::RegistryCommand < Clamp::Command

  subcommand "create", "Create Docker image registry service", Kontena::Cli::Registry::CreateCommand
  subcommand ["remove","rm"], "Remove Docker image registry service", Kontena::Cli::Registry::RemoveCommand

  def execute
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
kontena-cli-0.14.1 lib/kontena/cli/registry_command.rb
kontena-cli-0.14.0 lib/kontena/cli/registry_command.rb
kontena-cli-0.13.4 lib/kontena/cli/registry_command.rb
kontena-cli-0.13.3 lib/kontena/cli/registry_command.rb
kontena-cli-0.13.2 lib/kontena/cli/registry_command.rb
kontena-cli-0.13.1 lib/kontena/cli/registry_command.rb
kontena-cli-0.13.0.1 lib/kontena/cli/registry_command.rb
kontena-cli-0.13.0 lib/kontena/cli/registry_command.rb