feat(connect): add --connect flag to connect to remote cluster machine without using config

This commit is contained in:
Pavel Sviderski
2025-03-18 14:01:38 +10:00
parent b799b7518e
commit a0a66f34c4
4 changed files with 65 additions and 14 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ func NewInitCommand() *cobra.Command {
)
cmd.Flags().StringVarP(
&opts.sshKey, "ssh-key", "i", "",
"path to SSH private key for SSH remote login. (default ~/.ssh/id_*)",
"Path to SSH private key for SSH remote login. (default ~/.ssh/id_*)",
)
cmd.Flags().StringVarP(
&opts.cluster, "cluster", "c", "",