Sha256: ff6e84dee9a779813bc60108642b710a4d812b2ede9317d99194e2e9f44b33eb

Contents?: true

Size: 685 Bytes

Versions: 14

Compression:

Stored size: 685 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

14 entries across 14 versions & 1 rubygems

Version Path
kontena-cli-1.3.0.pre1 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.2.2 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.2.2.rc2 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.2.2.rc1 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.2.1 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.2.1.rc1 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.2.0 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.2.0.rc3 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.2.0.rc2 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.2.0.rc1 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.2.0.pre3 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.2.0.pre2 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.2.0.pre1 lib/kontena/cli/stacks/registry_command.rb
kontena-cli-1.2.0.dev1 lib/kontena/cli/stacks/registry_command.rb