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