 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Runner ¶
type Runner struct {
	ConfigHolder      *framework.ConfigHolder
	ConnectionFactory connections.Factory
	InputPrompter     prompt.Interface
	Output            output.Interface
	ApplicationName string
	EnvironmentName string
	Scope           string
	Confirm         bool
	Workspace       *workspaces.Workspace
}
    Runner is the Runner implementation for the `rad app delete` command.
func (*Runner) Run ¶
"Run" prompts the user to confirm the deletion of an application, creates a connection to the application management client, and deletes the application if it exists. If the application does not exist, it logs a message. It returns an error if there is an issue with the connection or the prompt.
 Click to show internal directories. 
   Click to hide internal directories.