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

Function newAvailableIntegrationCmd

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

Source from the content-addressed store, hash-verified

20)
21
22func newAvailableIntegrationCmd() *cobra.Command {
23 cmd := &cobra.Command{
24 Use: "available",
25 Short: "Integrations available in the controlplane ready to be registered",
26 }
27
28 cmd.AddCommand(newAvailableIntegrationListCmd(), newAvailableIntegrationDescribeCmd())
29 return cmd
30}

Callers 1

newIntegrationCmdFunction · 0.85

Tested by

no test coverage detected