docs: add app remove description
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
knoflook 2021-09-03 14:22:40 +02:00
parent 5c56e4521d
commit 836420e369
Signed by: knoflook
GPG Key ID: D6A1D0E8FC4FEF1C

View File

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