Skip to content

Commit 7e508d8

Browse files
[flyctl-bot] Update docs from flyctl (#2327)
Co-authored-by: docs-syncer[bot] <134718678+docs-syncer[bot]@users.noreply.github.com>
1 parent 6e18d3d commit 7e508d8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

flyctl/cmd/fly_machine_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fly machine create <image> [command] [flags]
3737
--restart string Set the restart policy for a Machine. Options include 'no', 'always', and 'on-fail'.
3838
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'.
3939
--rm Automatically remove the Machine when it exits. Sets the restart-policy to 'never' if not otherwise specified.
40-
--schedule string Schedule a Machine run at hourly, daily and monthly intervals
40+
--schedule string Schedule a Machine run at hourly, daily, weekly and monthly intervals
4141
--skip-dns-registration Do not register the machine's 6PN IP with the internal DNS system
4242
--standby-for strings For Machines without services, a comma separated list of Machine IDs to act as standby for.
4343
--use-zstd Enable zstd compression for the image

flyctl/cmd/fly_machine_run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fly machine run <image> [command] [flags]
3939
--restart string Set the restart policy for a Machine. Options include 'no', 'always', and 'on-fail'.
4040
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'.
4141
--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
4343
--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.
4444
--skip-dns-registration Do not register the machine's 6PN IP with the internal DNS system
4545
--standby-for strings For Machines without services, a comma separated list of Machine IDs to act as standby for.

flyctl/cmd/fly_machine_update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fly machine update [machine_id] [flags]
3737
To remove a port mapping use '-' as handler. For example: --port 80/tcp:-
3838
--restart string Set the restart policy for a Machine. Options include 'no', 'always', and 'on-fail'.
3939
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'.
40-
--schedule string Schedule a Machine run at hourly, daily and monthly intervals
40+
--schedule string Schedule a Machine run at hourly, daily, weekly and monthly intervals
4141
--skip-dns-registration Do not register the machine's 6PN IP with the internal DNS system
4242
--skip-health-checks Updates machine without waiting for health checks.
4343
--skip-start Updates machine without starting it.

0 commit comments

Comments
 (0)