lib/kontena/cli/registry_command.rb in kontena-cli-0.15.5 vs lib/kontena/cli/registry_command.rb in kontena-cli-0.16.0.pre1
- old
+ new
@@ -1,9 +1,9 @@
require_relative 'registry/create_command'
require_relative 'registry/delete_command'
require_relative 'registry/remove_command'
-class Kontena::Cli::RegistryCommand < Clamp::Command
+class Kontena::Cli::RegistryCommand < Kontena::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