Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_machine_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fly machine create <image> [command] [flags]
--restart string Set the restart policy for a Machine. Options include 'no', 'always', and 'on-fail'.
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'.
--rm Automatically remove the Machine when it exits. Sets the restart-policy to 'never' if not otherwise specified.
--schedule string Schedule a Machine run at hourly, daily and monthly intervals
--schedule string Schedule a Machine run at hourly, daily, weekly and monthly intervals
--skip-dns-registration Do not register the machine's 6PN IP with the internal DNS system
--standby-for strings For Machines without services, a comma separated list of Machine IDs to act as standby for.
--use-zstd Enable zstd compression for the image
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_machine_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fly machine run <image> [command] [flags]
--restart string Set the restart policy for a Machine. Options include 'no', 'always', and 'on-fail'.
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'.
--rm Automatically remove the Machine when it exits. Sets the restart-policy to 'never' if not otherwise specified.
--schedule string Schedule a Machine run at hourly, daily and monthly intervals
--schedule string Schedule a Machine run at hourly, daily, weekly and monthly intervals
--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.
--skip-dns-registration Do not register the machine's 6PN IP with the internal DNS system
--standby-for strings For Machines without services, a comma separated list of Machine IDs to act as standby for.
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_machine_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fly machine update [machine_id] [flags]
To remove a port mapping use '-' as handler. For example: --port 80/tcp:-
--restart string Set the restart policy for a Machine. Options include 'no', 'always', and 'on-fail'.
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'.
--schedule string Schedule a Machine run at hourly, daily and monthly intervals
--schedule string Schedule a Machine run at hourly, daily, weekly and monthly intervals
--skip-dns-registration Do not register the machine's 6PN IP with the internal DNS system
--skip-health-checks Updates machine without waiting for health checks.
--skip-start Updates machine without starting it.
Expand Down