Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Runner ¶
type Runner struct {
ConfigHolder *framework.ConfigHolder
Output output.Interface
Workspace *workspaces.Workspace
RadiusCoreClientFactory *corerpv20250801.ClientFactory
Bicep bicep.Interface
ApplicationName string
Format string
IncludeIcons bool
// BicepFilePath is the optional path to the application's app.bicep.
// When set, the command runs in enriched deployed-graph mode: the CLI
// compiles the template, extracts its dependsOn edges, and attaches
// them to GetGraphRequest.DependsOnEdges so the server can merge them
// into the deployed graph.
BicepFilePath string
}
Runner is the runner implementation for the preview `rad app graph` command.
Click to show internal directories.
Click to hide internal directories.