Add commands to discover and write Kubernetes configuration (#6260)

This commit is contained in:
Philip Laine
2026-06-10 15:00:10 +02:00
committed by GitHub
parent 1a09aa6715
commit 079bce3c2f
5 changed files with 430 additions and 4 deletions
+5
View File
@@ -169,6 +169,11 @@ func init() {
debugCmd.AddCommand(forCmd)
debugCmd.AddCommand(persistenceCmd)
// kubernetes commands
rootCmd.AddCommand(kubernetesCmd)
kubernetesCmd.AddCommand(kubernetesListCmd)
kubernetesCmd.AddCommand(kubernetesWriteKubeconfigCmd)
// profile commands
profileCmd.AddCommand(profileListCmd)
profileCmd.AddCommand(profileAddCmd)