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
Output output.Interface
Workspace *workspaces.Workspace
ResourceType string
ResourceName string
Format string
}
Runner is the runner implementation for the `rad resource show` command.
func (*Runner) Run ¶
Run creates a connection to an applications management client, retrieves resource details, and writes the details in a specified format to an output. It returns an error if any of these steps fail.
Click to show internal directories.
Click to hide internal directories.