Merge pull request 'docs: add app remove description' (#60) from knoflook/go-abra:dev into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: coop-cloud/go-abra#60
This commit is contained in:
knoflook 2021-09-03 12:26:48 +00:00
commit b1d4f12e7d
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ var VolumesFlag = &cli.BoolFlag{
var appRemoveCommand = &cli.Command{
Name: "remove",
Usage: "Remove an already undeployed app",
Aliases: []string{"rm", "delete"},
Flags: []cli.Flag{
VolumesFlag,