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

Function newIntegrationCmd

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

Source from the content-addressed store, hash-verified

20)
21
22func newIntegrationCmd() *cobra.Command {
23 cmd := &cobra.Command{
24 Use: "integration",
25 Short: "Third party integrations",
26 }
27
28 cmd.AddCommand(newRegisteredIntegrationCmd(), newAvailableIntegrationCmd(), newAttachedIntegrationCmd())
29 return cmd
30}

Callers 1

NewRootCmdFunction · 0.85

Calls 3

Tested by

no test coverage detected