Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
NewCommand creates a new cobra command that can be used to show recipe details, such as the name, resource type, parameters, parameter details and template path, with the option to customize the output format.
Types ¶
type Runner ¶
type Runner struct { ConfigHolder *framework.ConfigHolder ConnectionFactory connections.Factory Output output.Interface Workspace *workspaces.Workspace RecipeName string ResourceType string Format string }
Runner is the runner implementation for the `rad recipe show` command.
func (*Runner) Run ¶
Run retrieves the recipe details and parameters from the Applications Management service and prints them in the specified format. It returns an error if one occurs.
Click to show internal directories.
Click to hide internal directories.