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

Function newWorkflowCmd

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

Source from the content-addressed store, hash-verified

20)
21
22func newWorkflowCmd() *cobra.Command {
23 cmd := &cobra.Command{
24 Use: "workflow",
25 Aliases: []string{"wf"},
26 Short: "Workflow management in the control plane",
27 }
28
29 cmd.AddCommand(newWorkflowListCmd(), newWorkflowDescribeCmd(), newWorkflowCreateCmd(), newWorkflowUpdateCmd(), newWorkflowDeleteCmd(), newWorkflowWorkflowRunCmd(), newWorkflowContractCmd(), newAttachedIntegrationCmd())
30 return cmd
31}

Callers 1

NewRootCmdFunction · 0.85

Calls 8

newWorkflowListCmdFunction · 0.85
newWorkflowDescribeCmdFunction · 0.85
newWorkflowCreateCmdFunction · 0.85
newWorkflowUpdateCmdFunction · 0.85
newWorkflowDeleteCmdFunction · 0.85
newWorkflowContractCmdFunction · 0.85

Tested by

no test coverage detected