chore: activate the context of a newly initialised cluster

This commit is contained in:
Pavel Sviderski
2025-04-03 13:38:48 +10:00
parent 3ada89c4f8
commit b3885b0888
2 changed files with 6 additions and 8 deletions
+2 -2
View File
@@ -82,8 +82,8 @@ func NewInitCommand() *cobra.Command {
"Path to SSH private key for SSH remote login. (default ~/.ssh/id_*)",
)
cmd.Flags().StringVarP(
&opts.context, "context", "c", "",
"Name of the cluster context in the local config.",
&opts.context, "context", "c", "default",
"Name of the created context for the initialised cluster in the Uncloud config.",
)
return cmd