-
Notifications
You must be signed in to change notification settings - Fork 277
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issuegood small taskuxUser experienceUser experience
Description
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
flyctl/internal/command/machine/run.go
Line 791 in 51a1b8f
case "on-fail": |
Since this is already in use, I'm not sure if it should be fixed or if we can alias on-fail
to on-failure
and update the docs.
Related:
superfly/docs#1043 (comment)
cc @jipperinbham
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issuegood small taskuxUser experienceUser experience