Sha256: c1fda49cb5d3e012a5ea2e06ffd0340fc8b08d2f09aaa462933bfe4967b8c549

Contents?: true

Size: 1.02 KB

Versions: 29

Compression:

Stored size: 1.02 KB

Contents

module Kontena::Cli::Stacks
  class RegistryCommand < Kontena::Command
    subcommand "push", "Push a stack into the stacks registry", load_subcommand('stacks/registry/push_command')
    subcommand "pull", "Pull a stack from the stacks registry", load_subcommand('stacks/registry/pull_command')
    subcommand ["search"], "Search for stacks in the stacks registry", load_subcommand('stacks/registry/search_command')
    subcommand "show", "Show info about a stack in the stacks registry", load_subcommand('stacks/registry/show_command')
    subcommand ["remove", "rm"], "Remove a stack (or version) from the stacks registry", load_subcommand('stacks/registry/remove_command')
    subcommand "create", "Create a stack in the registry", load_subcommand('stacks/registry/create_command')
    subcommand "make-private", "Change Stack visibility to private", load_subcommand('stacks/registry/make_private_command')
    subcommand "make-public", "Change Stack visibility to public", load_subcommand('stacks/registry/make_public_command')
  end
end

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
krates-1.7.11 lib/kontena/cli/stacks/registry_command.rb
krates-1.7.10 lib/kontena/cli/stacks/registry_command.rb
krates-1.7.9 lib/kontena/cli/stacks/registry_command.rb
krates-1.7.8 lib/kontena/cli/stacks/registry_command.rb
krates-1.7.7 lib/kontena/cli/stacks/registry_command.rb
krates-1.7.6 lib/kontena/cli/stacks/registry_command.rb
krates-1.7.5 lib/kontena/cli/stacks/registry_command.rb
krates-1.7.4 lib/kontena/cli/stacks/registry_command.rb
krates-1.7.3 lib/kontena/cli/stacks/registry_command.rb
krates-1.7.2 lib/kontena/cli/stacks/registry_command.rb
krates-1.7.1 lib/kontena/cli/stacks/registry_command.rb
krates-1.7.0 lib/kontena/cli/stacks/registry_command.rb
krates-1.6.9 lib/kontena/cli/stacks/registry_command.rb
krates-1.6.8 lib/kontena/cli/stacks/registry_command.rb
krates-1.6.7 lib/kontena/cli/stacks/registry_command.rb
krates-1.6.6 lib/kontena/cli/stacks/registry_command.rb
krates-1.6.5 lib/kontena/cli/stacks/registry_command.rb
krates-1.6.4 lib/kontena/cli/stacks/registry_command.rb
krates-1.6.3 lib/kontena/cli/stacks/registry_command.rb
krates-1.6.2 lib/kontena/cli/stacks/registry_command.rb