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
cloudServerCreateCmd.Flags().String("template", cast.ToString(defaultFlag("cloud_server_create_template")), "template to use (see 'cloud server options --templates')")
138
145
cloudServerCreateCmd.Flags().String("type", "SS.VPS", "some examples of types; SS.VPS, SS.VPS.WIN, SS.VM, SS.VM.WIN")
139
146
cloudServerCreateCmd.Flags().String("hostname", "", "hostname to set")
140
-
cloudServerCreateCmd.Flags().Int("ips", 1, "amount of IP addresses")
147
+
cloudServerCreateCmd.Flags().Int("ips", 1, "amount of IPv4 addresses")
148
+
cloudServerCreateCmd.Flags().Int("ip6s", 0, "amount of IPv6 /64s")
0 commit comments