You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-h, --help Help for "stackit beta key-pair create"
33
-
--labels stringToString Labels are key-value string pairs which can be attached to a server. E.g. '--labels key1=value1,key2=value2,...' (default [])
34
-
--name string Name of the key which will be created
35
-
--public-key string Public key which should be add (format: ssh-rsa|sha-ed25519)
33
+
--labels stringToString Labels are key-value string pairs which can be attached to a Key Pair. E.g. '--labels key1=value1,key2=value2,...' (default [])
34
+
--name string Key Pair name
35
+
--public-key string Public key to be imported (format: ssh-rsa|ssh-ed25519)
cmd.Flags().String(nameFlag, "", "Name of the key which will be created")
94
-
cmd.Flags().Var(flags.ReadFromFileFlag(), publicKeyFlag, "Public key which should be add (format: ssh-rsa|sha-ed25519)")
95
-
cmd.Flags().StringToString(labelFlag, nil, "Labels are key-value string pairs which can be attached to a server. E.g. '--labels key1=value1,key2=value2,...'")
93
+
cmd.Flags().String(nameFlag, "", "Key Pair name")
94
+
cmd.Flags().Var(flags.ReadFromFileFlag(), publicKeyFlag, "Public key to be imported (format: ssh-rsa|ssh-ed25519)")
95
+
cmd.Flags().StringToString(labelFlag, nil, "Labels are key-value string pairs which can be attached to a Key Pair. E.g. '--labels key1=value1,key2=value2,...'")
0 commit comments