How to generate fly.toml for migrated apps from heroku

using fly apps create with the application name exit with already exists error as the application is really already exists

Hi @rluvaton, you can download an app’s configuration into a fly.toml file using fly config save (or flyctl config save; fly is an alias for flyctl).

Thanks