Is there a way to recover the config file from a deployed app? I never pushed the toml file to the github repo and no longer have access to it. But I have access to my dashboard. Thanks.
Hi @edanweis, you can download your app’s current config in fly.toml
form using fly config save
.
4 Likes