Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler loads workflows via the WorkflowDataClient and prints them.
func NewHandler ¶
NewHandler builds a Handler with a real WorkflowDataClient.
func NewHandlerWithClient ¶
func NewHandlerWithClient(ctx *runtime.Context, wdc *workflowdataclient.Client) *Handler
NewHandlerWithClient builds a Handler with a pre-built WorkflowDataClient (for testing).
type Inputs ¶ added in v1.13.0
type Inputs struct {
RegistryFilter string
IncludeDeleted bool
// OutputFormat controls how results are rendered. "" means human-readable table;
// "json" prints a JSON array to stdout suitable for piping and scripting.
OutputFormat string
}
Inputs holds the resolved and validated flag values for the list command.
Click to show internal directories.
Click to hide internal directories.