docs: more context on vol rm
continuous-integration/drone/push Build is failing Details

See coop-cloud/organising#265.
This commit is contained in:
decentral1se 2021-12-22 00:12:12 +01:00
parent 7e0feec311
commit a18d0e290d
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 13 additions and 2 deletions

View File

@ -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 <app>" 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,