Set up dev env.

This commit is contained in:
2025-10-11 21:42:33 +00:00
parent 24245e46e8
commit caabd298b3
12 changed files with 141 additions and 81 deletions

View File

@@ -183,4 +183,3 @@ func init() {
appCmd.AddCommand(appDeleteCmd)
appCmd.AddCommand(appStatusCmd)
}

View File

@@ -52,4 +52,3 @@ var restoreCmd = &cobra.Command{
return nil
},
}

View File

@@ -281,4 +281,3 @@ func init() {
clusterKubeconfigCmd.Flags().Bool("persist", false, "Save kubeconfig to instance directory")
clusterKubeconfigCmd.Flags().Bool("generate", false, "Regenerate kubeconfig from the cluster")
}

View File

@@ -162,7 +162,7 @@ var instanceDeleteCmd = &cobra.Command{
var instanceCurrentCmd = &cobra.Command{
Use: "current",
Short: "Show current instance",
Long: `Display the instance that would be used by commands.
Long: `Display the instance that would be used by commands.
Resolution order:
1. --instance flag

View File

@@ -479,4 +479,3 @@ func init() {
nodeUpdateCmd.Flags().Bool("maintenance", false, "Set maintenance mode")
nodeUpdateCmd.Flags().Bool("no-maintenance", false, "Clear maintenance mode")
}

View File

@@ -75,4 +75,3 @@ func init() {
pxeCmd.AddCommand(pxeListCmd)
pxeCmd.AddCommand(pxeDownloadCmd)
}

View File

@@ -322,4 +322,3 @@ func init() {
serviceCmd.AddCommand(serviceListCmd)
serviceCmd.AddCommand(serviceInstallCmd)
}

View File

@@ -65,4 +65,3 @@ var nodeIPCmd = &cobra.Command{
return nil
},
}