Fly Scale Count
ignores the value of --vm-*
options when sizing a machine
#3932
Labels
bug
Something isn't working
Describe the bug
Briefly, describe what broke and provide the following details:
The
fly scale count
command takes the--vm-*
family of flags (vm-size, vm-cpus, vm-memory etc.) which are used to specify the sizing of the newly created machines. However it seems to disregard this input altogether, creating machines that are the same size as the existing ones.For example on an app with a
shared-1x
machine, runningfly scale count 2 --vm-size 'performance-2x'
will add another shared-1x machine. This is in contrast tofly machine clone
which handles those flags correctly, creating a machine of the specified size.fly version
fly v0.2.126 darwin/arm64 Commit: c44f26f BuildDate: 2024-09-06T21:32:23Z
** Paste your
fly.toml
n/a
** Command output: **
The text was updated successfully, but these errors were encountered: