@@ -320,7 +320,7 @@ var MachineCommands = []FlyCommand{
320320 Description : "Schedule for the new machine" ,
321321 Required : false ,
322322 Type : "enum" ,
323- Enum : []string {"hourly" , "daily" , "monthly" },
323+ Enum : []string {"hourly" , "daily" , "weekly" , " monthly" },
324324 },
325325 "skip-dns-registration" : {
326326 Description : "Skip DNS registration for the new machine" ,
@@ -997,7 +997,7 @@ var MachineCommands = []FlyCommand{
997997 Description : "Schedule for the new machine" ,
998998 Required : false ,
999999 Type : "enum" ,
1000- Enum : []string {"hourly" , "daily" , "monthly" },
1000+ Enum : []string {"hourly" , "daily" , "weekly" , " monthly" },
10011001 },
10021002 "skip-dns-registration" : {
10031003 Description : "Skip DNS registration for the new machine" ,
@@ -1488,7 +1488,7 @@ var MachineCommands = []FlyCommand{
14881488 Description : "Schedule for the new machine" ,
14891489 Required : false ,
14901490 Type : "enum" ,
1491- Enum : []string {"hourly" , "daily" , "monthly" },
1491+ Enum : []string {"hourly" , "daily" , "weekly" , " monthly" },
14921492 },
14931493 "skip-dns-registration" : {
14941494 Description : "Skip DNS registration for the new machine" ,
0 commit comments