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 ApplicationName string Format string }
Runner is the Runner implementation for the `rad app show` command.
func (*Runner) Run ¶
Run() uses the provided context and connection factory to create an applications management client, then attempts to show the application with the given name. If the application is not found or has been deleted, an error is returned. Otherwise, the application is written to the output in the specified format, and nil is returned.
Click to show internal directories.
Click to hide internal directories.