Set up dev env.
This commit is contained in:
@@ -183,4 +183,3 @@ func init() {
|
||||
appCmd.AddCommand(appDeleteCmd)
|
||||
appCmd.AddCommand(appStatusCmd)
|
||||
}
|
||||
|
||||
|
||||
@@ -52,4 +52,3 @@ var restoreCmd = &cobra.Command{
|
||||
return nil
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -479,4 +479,3 @@ func init() {
|
||||
nodeUpdateCmd.Flags().Bool("maintenance", false, "Set maintenance mode")
|
||||
nodeUpdateCmd.Flags().Bool("no-maintenance", false, "Clear maintenance mode")
|
||||
}
|
||||
|
||||
|
||||
@@ -75,4 +75,3 @@ func init() {
|
||||
pxeCmd.AddCommand(pxeListCmd)
|
||||
pxeCmd.AddCommand(pxeDownloadCmd)
|
||||
}
|
||||
|
||||
|
||||
@@ -322,4 +322,3 @@ func init() {
|
||||
serviceCmd.AddCommand(serviceListCmd)
|
||||
serviceCmd.AddCommand(serviceInstallCmd)
|
||||
}
|
||||
|
||||
|
||||
@@ -65,4 +65,3 @@ var nodeIPCmd = &cobra.Command{
|
||||
return nil
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user