docs: add app remove description #60

Merged
knoflook merged 1 commits from knoflook/abra:dev into main 2021-09-03 12:26:48 +00:00
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,