MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / newWorkflowWorkflowRunCmd

Function newWorkflowWorkflowRunCmd

app/cli/cmd/workflow_workflow_run.go:22–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20)
21
22func newWorkflowWorkflowRunCmd() *cobra.Command {
23 cmd := &cobra.Command{
24 Use: "workflow-run",
25 Aliases: []string{"run"},
26 Short: "Workflow Runs related operations",
27 }
28
29 cmd.AddCommand(newWorkflowWorkflowRunListCmd(), newWorkflowWorkflowRunDescribeCmd())
30 return cmd
31}

Callers 1

newWorkflowCmdFunction · 0.85

Tested by

no test coverage detected