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
Copy file name to clipboardExpand all lines: flyctl/cmd/fly_machine_run.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ fly machine run <image> [command] [flags]
39
39
--restart string Set the restart policy for a Machine. Options include 'no', 'always', and 'on-fail'.
40
40
Default is 'on-fail' for Machines created by 'fly deploy' and Machines with a schedule. Default is 'always' for Machines created by 'fly m run'.
41
41
--rm Automatically remove the Machine when it exits. Sets the restart-policy to 'never' if not otherwise specified.
42
-
--schedule string Schedule a Machine run at hourly, daily and monthly intervals
42
+
--schedule string Schedule a Machine run at hourly, daily, weekly and monthly intervals
43
43
--shell Open a shell on the Machine once created (implies --it --rm). If no app is specified, a temporary app is created just for this Machine and destroyed when the Machine is destroyed. See also --command and --user.
44
44
--skip-dns-registration Do not register the machine's 6PN IP with the internal DNS system
45
45
--standby-for strings For Machines without services, a comma separated list of Machine IDs to act as standby for.
0 commit comments