Merge pull request 'docs: add app remove description' (#60) from knoflook/go-abra:dev into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: coop-cloud/go-abra#60
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user