flyctl icon indicating copy to clipboard operation
flyctl copied to clipboard

Inconsistent app name arg requirements

Open Haarolean opened this issue 1 year ago • 0 comments

Some commands don't mind working with plain entities' ids without app name, some don't for some reason.

$  fly vol fork vol_vd3x9ydly050dnwr
Error: the config for your app is missing an app name, add an app field to the fly.toml file or specify with the -a flag

At the same time:

$  fly vol destroy vol_vweypz60ow30w7qv
Deleting a volume is not reversible.
? Are you sure you want to destroy this volume? Yes

fly v0.2.103 darwin/arm64 Commit: f4ae6f03c144e4d5ccbe454172c4d3bea6b1d85b BuildDate: 2024-07-31T17:06:22Z

Haarolean avatar Aug 01 '24 20:08 Haarolean