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
The --restart flag for fly m run has on-fail as one of the options, but this should really be on-failure like it is in the Machines API and Docker's restart policy. See
The
--restart
flag forfly m run
hason-fail
as one of the options, but this should really beon-failure
like it is in the Machines API and Docker's restart policy. Seeflyctl/internal/command/machine/run.go
Line 791 in 51a1b8f
Since this is already in use, I'm not sure if it should be fixed or if we can alias
on-fail
toon-failure
and update the docs.Related:
superfly/docs#1043 (comment)
cc @jipperinbham
The text was updated successfully, but these errors were encountered: