Sha256: ad906ff57028283b3161833530760c47aeb8db8af33296c6ce587c816e440281
Contents?: true
Size: 606 Bytes
Versions: 37
Compression:
Stored size: 606 Bytes
Contents
class Kontena::Cli::VolumeCommand < Kontena::Command warn Kontena.pastel.yellow("[EXPERIMENTAL] The `kontena volume` commands are still experimental in Kontena #{Kontena.minor_version}, and may change in future releases") subcommand "create", "Create a managed volume", load_subcommand('volumes/create_command') subcommand "show", "Show details of a volume", load_subcommand('volumes/show_command') subcommand ["remove", "rm"], "Remove a managed volume", load_subcommand('volumes/remove_command') subcommand ["list", "ls"], "List managed volumes", load_subcommand('volumes/list_command') end
Version data entries
37 entries across 37 versions & 1 rubygems