package app

import "github.com/urfave/cli/v2"

var appUndeployCommand = &cli.Command{
	Name: "undeploy",
}