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

Function newAttachedIntegrationCmd

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

Source from the content-addressed store, hash-verified

20)
21
22func newAttachedIntegrationCmd() *cobra.Command {
23 cmd := &cobra.Command{
24 Use: "attached",
25 Short: "Integrations attached to workflows",
26 }
27
28 cmd.AddCommand(newAttachedIntegrationAttachCmd(), newAttachedIntegrationDeleteCmd(), newAttachedIntegrationListCmd())
29 return cmd
30}

Callers 2

newWorkflowCmdFunction · 0.85
newIntegrationCmdFunction · 0.85

Tested by

no test coverage detected