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