feat(volumes): new 'volume create|inspect|ls|rm' CLI commands to manage volumes

This commit is contained in:
Pavel Sviderski
2025-04-10 20:33:03 +10:00
parent 97e032cb7b
commit 2f5a2c6344
7 changed files with 486 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ import (
)
func NewListCommand() *cobra.Command {
// TODO(lhf): rename to context
var cluster string
cmd := &cobra.Command{
Use: "ls",