diff --git a/flyctl/cmd/fly_console.md b/flyctl/cmd/fly_console.md index 4b229232d3..d793a6bc08 100644 --- a/flyctl/cmd/fly_console.md +++ b/flyctl/cmd/fly_console.md @@ -34,8 +34,6 @@ fly console [flags] -u, --user string Unix username to connect as (default "root") --vm-cpu-kind string The kind of CPU to use ('shared' or 'performance') (also --vm-cpukind) --vm-cpus int Number of CPUs (also --cpus) - --vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none) (also --vm-gpukind) - --vm-gpus int Number of GPUs. Must also choose the GPU model with --vm-gpu-kind flag --vm-memory string Memory (in megabytes) to attribute to the VM (also --memory) --vm-size string The VM size to set machines to. See "fly platform vm-sizes" for valid values --volume strings Volume to mount, in the form of :/path/inside/machine[:] diff --git a/flyctl/cmd/fly_deploy.md b/flyctl/cmd/fly_deploy.md index cc0904eb62..440e256d40 100644 --- a/flyctl/cmd/fly_deploy.md +++ b/flyctl/cmd/fly_deploy.md @@ -79,8 +79,6 @@ fly deploy [WORKING_DIRECTORY] [flags] --update-only Do not create Machines for new process groups --vm-cpu-kind string The kind of CPU to use ('shared' or 'performance') (also --vm-cpukind) --vm-cpus int Number of CPUs (also --cpus) - --vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none) (also --vm-gpukind) - --vm-gpus int Number of GPUs. Must also choose the GPU model with --vm-gpu-kind flag --vm-memory string Memory (in megabytes) to attribute to the VM (also --memory) --vm-size string The VM size to set machines to. See "fly platform vm-sizes" for valid values --volume-initial-size int The initial size in GB for volumes created on first deploy diff --git a/flyctl/cmd/fly_launch.md b/flyctl/cmd/fly_launch.md index 748390b6a8..7f893c4430 100644 --- a/flyctl/cmd/fly_launch.md +++ b/flyctl/cmd/fly_launch.md @@ -94,8 +94,6 @@ fly launch [flags] --strategy string The strategy for replacing running instances. Options are canary, rolling, bluegreen, or immediate. The default strategy is rolling. --vm-cpu-kind string The kind of CPU to use ('shared' or 'performance') (also --vm-cpukind) --vm-cpus int Number of CPUs (also --cpus) - --vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none) (also --vm-gpukind) - --vm-gpus int Number of GPUs. Must also choose the GPU model with --vm-gpu-kind flag --vm-memory string Memory (in megabytes) to attribute to the VM (also --memory) --vm-size string The VM size to set machines to. See "fly platform vm-sizes" for valid values -v, --volume strings Volume to mount, in the form of :/path/inside/machine[:] diff --git a/flyctl/cmd/fly_machine_clone.md b/flyctl/cmd/fly_machine_clone.md index c5ee7f318c..d2a0f5b652 100644 --- a/flyctl/cmd/fly_machine_clone.md +++ b/flyctl/cmd/fly_machine_clone.md @@ -23,8 +23,6 @@ fly machine clone [machine_id] [flags] --standby-for strings Comma separated list of Machine IDs to watch for. You can use '--standby-for=source' to create a standby for the cloned Machine. --vm-cpu-kind string The kind of CPU to use ('shared' or 'performance') (also --vm-cpukind) --vm-cpus int Number of CPUs (also --cpus) - --vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none) (also --vm-gpukind) - --vm-gpus int Number of GPUs. Must also choose the GPU model with --vm-gpu-kind flag --vm-memory string Memory (in megabytes) to attribute to the VM (also --memory) --vm-size string The VM size to set machines to. See "fly platform vm-sizes" for valid values --volume-requires-unique-zone Require volume to be placed in separate hardware zone from existing volumes. Default true. (default true) diff --git a/flyctl/cmd/fly_machine_create.md b/flyctl/cmd/fly_machine_create.md index ca3a827ad4..b83a59439f 100644 --- a/flyctl/cmd/fly_machine_create.md +++ b/flyctl/cmd/fly_machine_create.md @@ -48,8 +48,6 @@ fly machine create [command] [flags] --use-zstd Enable zstd compression for the image --vm-cpu-kind string The kind of CPU to use ('shared' or 'performance') (also --vm-cpukind) --vm-cpus int Number of CPUs (also --cpus) - --vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none) (also --vm-gpukind) - --vm-gpus int Number of GPUs. Must also choose the GPU model with --vm-gpu-kind flag --vm-memory string Memory (in megabytes) to attribute to the VM (also --memory) --vm-size string The VM size to set machines to. See "fly platform vm-sizes" for valid values -v, --volume strings Volume to mount, in the form of :/path/inside/machine[:] diff --git a/flyctl/cmd/fly_machine_place.md b/flyctl/cmd/fly_machine_place.md index ddb514a699..1309fe90f7 100644 --- a/flyctl/cmd/fly_machine_place.md +++ b/flyctl/cmd/fly_machine_place.md @@ -18,8 +18,6 @@ fly machine place [flags] --region string comma-delimited list of regions to place machines --vm-cpu-kind string The kind of CPU to use ('shared' or 'performance') (also --vm-cpukind) --vm-cpus int Number of CPUs (also --cpus) - --vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none) (also --vm-gpukind) - --vm-gpus int Number of GPUs. Must also choose the GPU model with --vm-gpu-kind flag --vm-memory string Memory (in megabytes) to attribute to the VM (also --memory) --vm-size string The VM size to set machines to. See "fly platform vm-sizes" for valid values --volume-name string name of the volume to place machines diff --git a/flyctl/cmd/fly_machine_run.md b/flyctl/cmd/fly_machine_run.md index 0238ec9144..239e3f5c73 100644 --- a/flyctl/cmd/fly_machine_run.md +++ b/flyctl/cmd/fly_machine_run.md @@ -52,8 +52,6 @@ fly machine run [command] [flags] --user string Used with --shell. The username, if we're shelling into the Machine now. (default "root") --vm-cpu-kind string The kind of CPU to use ('shared' or 'performance') (also --vm-cpukind) --vm-cpus int Number of CPUs (also --cpus) - --vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none) (also --vm-gpukind) - --vm-gpus int Number of GPUs. Must also choose the GPU model with --vm-gpu-kind flag --vm-memory string Memory (in megabytes) to attribute to the VM (also --memory) --vm-size string The VM size to set machines to. See "fly platform vm-sizes" for valid values -v, --volume strings Volume to mount, in the form of :/path/inside/machine[:] diff --git a/flyctl/cmd/fly_machine_update.md b/flyctl/cmd/fly_machine_update.md index 507a432f7c..06786d4b0d 100644 --- a/flyctl/cmd/fly_machine_update.md +++ b/flyctl/cmd/fly_machine_update.md @@ -49,8 +49,6 @@ fly machine update [machine_id] [flags] --swap-size string Swap size in MB. Accepts a plain number (in MB) or a human-readable size (e.g. 512mb, 1gb). --vm-cpu-kind string The kind of CPU to use ('shared' or 'performance') (also --vm-cpukind) --vm-cpus int Number of CPUs (also --cpus) - --vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none) (also --vm-gpukind) - --vm-gpus int Number of GPUs. Must also choose the GPU model with --vm-gpu-kind flag --vm-memory string Memory (in megabytes) to attribute to the VM (also --memory) --vm-size string The VM size to set machines to. See "fly platform vm-sizes" for valid values --wait-timeout int Seconds to wait for individual machines to transition states and become healthy. (default 300) (default 300) diff --git a/flyctl/cmd/fly_mcp_launch.md b/flyctl/cmd/fly_mcp_launch.md index b52bdb9333..3d465fa2b1 100644 --- a/flyctl/cmd/fly_mcp_launch.md +++ b/flyctl/cmd/fly_mcp_launch.md @@ -33,8 +33,6 @@ fly mcp launch command [flags] --user string User to authenticate with --vm-cpu-kind string The kind of CPU to use ('shared' or 'performance') (also --vm-cpukind) --vm-cpus int Number of CPUs (also --cpus) - --vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none) (also --vm-gpukind) - --vm-gpus int Number of GPUs. Must also choose the GPU model with --vm-gpu-kind flag --vm-memory string Memory (in megabytes) to attribute to the VM (also --memory) --vm-size string The VM size to set machines to. See "fly platform vm-sizes" for valid values -v, --volume strings Volume to mount, in the form of :/path/inside/machine[:] diff --git a/flyctl/cmd/fly_postgres_create.md b/flyctl/cmd/fly_postgres_create.md index 260505ebfb..3e9d427e08 100644 --- a/flyctl/cmd/fly_postgres_create.md +++ b/flyctl/cmd/fly_postgres_create.md @@ -28,8 +28,6 @@ fly postgres create [flags] --stolon Create a postgres cluster that's managed by Stolon --vm-cpu-kind string The kind of CPU to use ('shared' or 'performance') (also --vm-cpukind) --vm-cpus int Number of CPUs (also --cpus) - --vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none) (also --vm-gpukind) - --vm-gpus int Number of GPUs. Must also choose the GPU model with --vm-gpu-kind flag --vm-memory string Memory (in megabytes) to attribute to the VM (also --memory) --vm-size string The VM size to set machines to. See "fly platform vm-sizes" for valid values --volume-size int The volume size in GB diff --git a/flyctl/cmd/fly_scale_count.md b/flyctl/cmd/fly_scale_count.md index b8e71e5cc2..ffb3465c0f 100644 --- a/flyctl/cmd/fly_scale_count.md +++ b/flyctl/cmd/fly_scale_count.md @@ -21,8 +21,6 @@ fly scale count [count] [flags] -r, --region string Comma separated list of regions to act on. Defaults to all regions where there is at least one machine running for the app --vm-cpu-kind string The kind of CPU to use ('shared' or 'performance') (also --vm-cpukind) --vm-cpus int Number of CPUs (also --cpus) - --vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none) (also --vm-gpukind) - --vm-gpus int Number of GPUs. Must also choose the GPU model with --vm-gpu-kind flag --vm-memory string Memory (in megabytes) to attribute to the VM (also --memory) --vm-size string The VM size to set machines to. See "fly platform vm-sizes" for valid values --with-new-volumes New machines each get a new volumes even if there are unattached volumes available diff --git a/flyctl/cmd/fly_volumes_create.md b/flyctl/cmd/fly_volumes_create.md index 0c18413714..dd90f5d630 100644 --- a/flyctl/cmd/fly_volumes_create.md +++ b/flyctl/cmd/fly_volumes_create.md @@ -24,8 +24,6 @@ fly volumes create [flags] --unique-zone-app-wide Checks all volumes in app for unique zone handling, instead of only volumes with the same name (which is the default) --vm-cpu-kind string The kind of CPU to use ('shared' or 'performance') (also --vm-cpukind) --vm-cpus int Number of CPUs (also --cpus) - --vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none) (also --vm-gpukind) - --vm-gpus int Number of GPUs. Must also choose the GPU model with --vm-gpu-kind flag --vm-memory string Memory (in megabytes) to attribute to the VM (also --memory) --vm-size string The VM size to set machines to. See "fly platform vm-sizes" for valid values -y, --yes Accept all confirmations (also --auto-confirm) diff --git a/flyctl/cmd/fly_volumes_fork.md b/flyctl/cmd/fly_volumes_fork.md index 94b27f2df3..9ec080a7e7 100644 --- a/flyctl/cmd/fly_volumes_fork.md +++ b/flyctl/cmd/fly_volumes_fork.md @@ -19,8 +19,6 @@ fly volumes fork [flags] --unique-zone-app-wide Checks all volumes in app for unique zone handling, instead of only volumes with the same name (which is the default) --vm-cpu-kind string The kind of CPU to use ('shared' or 'performance') (also --vm-cpukind) --vm-cpus int Number of CPUs (also --cpus) - --vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none) (also --vm-gpukind) - --vm-gpus int Number of GPUs. Must also choose the GPU model with --vm-gpu-kind flag --vm-memory string Memory (in megabytes) to attribute to the VM (also --memory) --vm-size string The VM size to set machines to. See "fly platform vm-sizes" for valid values ~~~