Sha256: df65473d07a6defc748e0f61a3c95a0a4a6e69faf081d48d8fab8fe709e556e7
Contents?: true
Size: 398 Bytes
Versions: 22
Compression:
Stored size: 398 Bytes
Contents
module Kontena::Cli::Stacks class LabelCommand < Kontena::Command subcommand "add", "Add label to stack", load_subcommand('stacks/labels/add_command') subcommand ["remove", "rm"], "Remove label from stack", load_subcommand('stacks/labels/remove_command') subcommand ["list", "ls"], "List stack labels", load_subcommand('stacks/labels/list_command') def execute end end end
Version data entries
22 entries across 22 versions & 1 rubygems