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: 0 additions & 2 deletions flyctl/cmd/fly_console.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <volume_id_or_name>:/path/inside/machine[:<options>]
Expand Down
2 changes: 0 additions & 2 deletions flyctl/cmd/fly_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions flyctl/cmd/fly_launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <volume_name>:/path/inside/machine[:<options>]
Expand Down
2 changes: 0 additions & 2 deletions flyctl/cmd/fly_machine_clone.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 0 additions & 2 deletions flyctl/cmd/fly_machine_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ fly machine create <image> [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 <volume_id_or_name>:/path/inside/machine[:<options>]
Expand Down
2 changes: 0 additions & 2 deletions flyctl/cmd/fly_machine_place.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions flyctl/cmd/fly_machine_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ fly machine run <image> [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 <volume_id_or_name>:/path/inside/machine[:<options>]
Expand Down
2 changes: 0 additions & 2 deletions flyctl/cmd/fly_machine_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 0 additions & 2 deletions flyctl/cmd/fly_mcp_launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <volume_name>:/path/inside/machine[:<options>]
Expand Down
2 changes: 0 additions & 2 deletions flyctl/cmd/fly_postgres_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions flyctl/cmd/fly_scale_count.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions flyctl/cmd/fly_volumes_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ fly volumes create <volume name> [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)
Expand Down
2 changes: 0 additions & 2 deletions flyctl/cmd/fly_volumes_fork.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ fly volumes fork <volume id> [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
~~~
Expand Down
Loading