forked from coop-cloud/abra
Merge pull request 'docs: add app remove description' (#60) from knoflook/go-abra:dev into main
Reviewed-on: coop-cloud/go-abra#60
This commit is contained in:
commit
b1d4f12e7d
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user