()
| 20 | ) |
| 21 | |
| 22 | func 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 | } |
no test coverage detected