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 Workspace *workspaces.Workspace Output output.Interface InputPrompter prompt.Interface Confirm bool EnvironmentName string Format string }
Runner is the runner implementation for the `rad env delete` command.
func (*Runner) Run ¶
Run prompts the user to confirm the deletion of an environment, creates an applications management client, and deletes the environment if confirmed. It returns an error if the prompt or client creation fails.
Click to show internal directories.
Click to hide internal directories.