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 Format string }
Runner is the runner implementation for the `rad recipe list` command.
func (*Runner) Run ¶
Run retrieves environment recipes from the given workspace and writes them to the output in the specified format. It returns an error if the connection to the workspace fails or if there is an error writing to the output.
Click to show internal directories.
Click to hide internal directories.