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
cloudServerOptionsCmd.Flags().Bool("json", false, "return data in json format. All template, config, zone, and region data will be returned with this option.")
243
-
cloudServerOptionsCmd.Flags().Bool("configs", false, "fetch a list of available configs (config_id)")
243
+
cloudServerOptionsCmd.Flags().Bool("configs", false, "fetch a list of available configs (config-id)")
244
244
cloudServerOptionsCmd.Flags().String("config-category", "all", "valid options for category are storm, ssd, bare-metal and all. Only relevent when --configs is passed.")
245
245
cloudServerOptionsCmd.Flags().Bool("zones", false, "fetch a list of available regions and their available zones")
246
246
cloudServerOptionsCmd.Flags().Bool("templates", false, "fetch a list of available templates (cloud server images provided by LiquidWeb)")
0 commit comments