From f85b342f21a44077fd3fa53238fa430a3d24150f Mon Sep 17 00:00:00 2001 From: "docs-syncer[bot]" <134718678+docs-syncer[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:32:36 +0000 Subject: [PATCH] [flyctl-bot] Update docs from flyctl --- flyctl/cmd/fly_machine_create.md | 2 +- flyctl/cmd/fly_machine_run.md | 2 +- flyctl/cmd/fly_machine_update.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flyctl/cmd/fly_machine_create.md b/flyctl/cmd/fly_machine_create.md index 03c6973e84..a1be232a82 100644 --- a/flyctl/cmd/fly_machine_create.md +++ b/flyctl/cmd/fly_machine_create.md @@ -14,6 +14,7 @@ fly machine create [command] [flags] --autostop string[="stop"] Automatically stop a Machine when there are no network requests for it. Options include 'off', 'stop', and 'suspend'. (default "off") --build-depot Build your image with depot.dev --build-nixpacks Build your image with nixpacks + --cachedrive-size string Cache drive size in MB. Accepts a plain number (in MB) or a human-readable size (e.g. 512mb, 10gb). Set to 0 to disable. -c, --config string Path to application configuration file --detach Return immediately instead of monitoring deployment progress --dockerfile string The path to a Dockerfile. Defaults to the Dockerfile in the working directory. @@ -37,7 +38,6 @@ fly machine create [command] [flags] --restart string Set the restart policy for a Machine. Options include 'no', 'always', and 'on-failure'. Default is 'on-failure' 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. - --rootfs-fs-size string Root filesystem size in GB. Accepts a plain number (in GB) or a human-readable size (e.g. 2gb, 5gb). Sets the size of the filesystem itself, independent of the rootfs volume size. Set to 0 to unset. --rootfs-persist string Whether to persist the root filesystem across restarts. Options include 'never', 'always', and 'restart'. --rootfs-size string Root filesystem size in GB. Accepts a plain number (in GB) or a human-readable size (e.g. 2gb, 5gb). Uses an overlayfs to allow the root filesystem to exceed its default size. Set to 0 to unset. --schedule string Schedule a Machine run at hourly, daily, weekly and monthly intervals diff --git a/flyctl/cmd/fly_machine_run.md b/flyctl/cmd/fly_machine_run.md index afe65a36b1..dda7e3d2c2 100644 --- a/flyctl/cmd/fly_machine_run.md +++ b/flyctl/cmd/fly_machine_run.md @@ -14,6 +14,7 @@ fly machine run [command] [flags] --autostop string[="stop"] Automatically stop a Machine when there are no network requests for it. Options include 'off', 'stop', and 'suspend'. (default "off") --build-depot Build your image with depot.dev --build-nixpacks Build your image with nixpacks + --cachedrive-size string Cache drive size in MB. Accepts a plain number (in MB) or a human-readable size (e.g. 512mb, 10gb). Set to 0 to disable. --command string Used with --shell. The command to run, if we're shelling into the Machine now (in case you don't have bash). (default "/bin/bash") -c, --config string Path to application configuration file --container string Container to update with the new image, files, etc; defaults to "app" or the first container in the config. @@ -39,7 +40,6 @@ fly machine run [command] [flags] --restart string Set the restart policy for a Machine. Options include 'no', 'always', and 'on-failure'. Default is 'on-failure' 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. - --rootfs-fs-size string Root filesystem size in GB. Accepts a plain number (in GB) or a human-readable size (e.g. 2gb, 5gb). Sets the size of the filesystem itself, independent of the rootfs volume size. Set to 0 to unset. --rootfs-persist string Whether to persist the root filesystem across restarts. Options include 'never', 'always', and 'restart'. --rootfs-size string Root filesystem size in GB. Accepts a plain number (in GB) or a human-readable size (e.g. 2gb, 5gb). Uses an overlayfs to allow the root filesystem to exceed its default size. Set to 0 to unset. --schedule string Schedule a Machine run at hourly, daily, weekly and monthly intervals diff --git a/flyctl/cmd/fly_machine_update.md b/flyctl/cmd/fly_machine_update.md index b1bdee6cbe..3eff04ccf9 100644 --- a/flyctl/cmd/fly_machine_update.md +++ b/flyctl/cmd/fly_machine_update.md @@ -15,6 +15,7 @@ fly machine update [machine_id] [flags] --build-depot Build your image with depot.dev --build-nixpacks Build your image with nixpacks --buildkit Deploy using buildkit-based remote builder + --cachedrive-size string Cache drive size in MB. Accepts a plain number (in MB) or a human-readable size (e.g. 512mb, 10gb). Set to 0 to disable. -C, --command string Command to run -c, --config string Path to application configuration file --container string Container to update with the new image, files, etc; defaults to "app" or the first container in the config. @@ -37,7 +38,6 @@ 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-failure'. Default is 'on-failure' for Machines created by 'fly deploy' and Machines with a schedule. Default is 'always' for Machines created by 'fly m run'. - --rootfs-fs-size string Root filesystem size in GB. Accepts a plain number (in GB) or a human-readable size (e.g. 2gb, 5gb). Sets the size of the filesystem itself, independent of the rootfs volume size. Set to 0 to unset. --rootfs-persist string Whether to persist the root filesystem across restarts. Options include 'never', 'always', and 'restart'. --rootfs-size string Root filesystem size in GB. Accepts a plain number (in GB) or a human-readable size (e.g. 2gb, 5gb). Uses an overlayfs to allow the root filesystem to exceed its default size. Set to 0 to unset. --schedule string Schedule a Machine run at hourly, daily, weekly and monthly intervals