Sha256: 7d9c20bbc450cdc55b5ab91b50182e96deefa83e95959211ec5ed650f5c24c6c

Contents?: true

Size: 686 Bytes

Versions: 48

Compression:

Stored size: 686 Bytes

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')
  end
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
kontena-cli-1.5.0.pre5 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.5.0.pre4 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.5.0.pre3 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.5.0.pre2 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.5.0.pre1 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.4.3 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.4.3.rc1 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.4.2 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.4.2.rc1 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.4.2.pre1 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.4.1 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.4.1.rc1 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.4.1.pre1 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.3.5 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.3.5.rc1 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.4.0 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.4.0.rc2 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.4.0.rc1 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.4.0.pre14 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.4.0.pre13 lib/kontena/cli/stacks/registry_command.rb