Documentation ¶
Overview ¶
Package delete implements a 'devenv apps delete' command that allows developers to delete an application in their developer environment.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmd ¶
func NewCmd(log logrus.FieldLogger) *cli.Command
NewCmd creates a new cli.Command for this command
Types ¶
type Options ¶
type Options struct { // App to delete App string UseDevspace bool // contains filtered or unexported fields }
func NewOptions ¶
func NewOptions(log logrus.FieldLogger) (*Options, error)
NewOptions creates a new options struct for this command
Click to show internal directories.
Click to hide internal directories.