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

Function newWorkflowContractCmd

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

Source from the content-addressed store, hash-verified

20)
21
22func newWorkflowContractCmd() *cobra.Command {
23 cmd := &cobra.Command{
24 Use: "contract",
25 Short: "Workflow Contract related operations",
26 }
27
28 cmd.AddCommand(
29 newWorkflowContractListCmd(),
30 newWorkflowContractCreateCmd(),
31 newWorkflowContractApplyCmd(),
32 newWorkflowContractDescribeCmd(),
33 newWorkflowContractUpdateCmd(),
34 newWorkflowContractDeleteCmd(),
35 )
36 return cmd
37}

Callers 1

newWorkflowCmdFunction · 0.85

Tested by

no test coverage detected