superfly / flyctl

Command line tools for fly.io services
https://fly.io
Apache License 2.0
1.37k stars 226 forks source link

*minor* consider making launch overwrite yaml file by default instead of writing to toml #3585

Open justin-hackin opened 2 months ago

justin-hackin commented 2 months ago

When you run launch command with a yaml config, the CLI reports that a toml file was found instead of more generic language regarding config. Then the command writes to a fly.toml file with the new config. I think it would be more intuitive if it would write to the same file it read from.