get

package
v1.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(runtimeContext *runtime.Context) *cobra.Command

New returns the cobra command.

Types

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

Handler resolves a single workflow by name via the platform search API and prints the matching rows. It filters to the workflow's configured deployment-registry by default; that filter can be disabled with --all-registries.

func NewHandler

func NewHandler(ctx *runtime.Context) *Handler

NewHandler builds a Handler backed by 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).

func (*Handler) Execute

func (h *Handler) Execute(ctx context.Context, allRegistries bool) error

Execute searches the platform for workflows whose name matches the value in the target's user-workflow settings. When allRegistries is false (default), results are filtered to the workflow's configured deployment-registry.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL