Merge remote-tracking branch 'origin/main' into mdm_integration

This commit is contained in:
riccardom
2026-06-11 14:14:21 +02:00
51 changed files with 2682 additions and 190 deletions
+5
View File
@@ -182,6 +182,11 @@ func init() {
debugCmd.AddCommand(persistenceCmd)
debugCmd.AddCommand(debugConfigCmd)
// kubernetes commands
rootCmd.AddCommand(kubernetesCmd)
kubernetesCmd.AddCommand(kubernetesListCmd)
kubernetesCmd.AddCommand(kubernetesWriteKubeconfigCmd)
// profile commands
profileCmd.AddCommand(profileListCmd)
profileCmd.AddCommand(profileAddCmd)