From a18d0e290d1b80ab6edd31ab6f44ef02b857431b Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Wed, 22 Dec 2021 00:12:12 +0100 Subject: [PATCH] docs: more context on vol rm See https://git.coopcloud.tech/coop-cloud/organising/issues/265. --- cli/app/volume.go | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/cli/app/volume.go b/cli/app/volume.go index dfe972f7..4450c85b 100644 --- a/cli/app/volume.go +++ b/cli/app/volume.go @@ -41,8 +41,19 @@ var appVolumeListCommand = &cli.Command{ } var appVolumeRemoveCommand = &cli.Command{ - Name: "remove", - Usage: "Remove volume(s) associated with an app", + Name: "remove", + Usage: "Remove volume(s) associated with an app", + Description: ` +This command supports removing volumes associated with an app. The app in +question must be undeployed before you try to remove volumes. See "abra app +undeploy " for more. + +The command is interactive and will show a multiple select input which allows +you to make a seclection. Use the "?" key to see more help on navigating this +interface. + +Passing "--force" will select all volumes for removal. Be careful. +`, Aliases: []string{"rm"}, Flags: []cli.Flag{ internal.ForceFlag,