Fly launch now has a `-c` flag

Up until now you and I were kind of forced to generate a fly.toml as your configuration file during fly launch; this is neither in line with the way you might use fly deploy with different configurations or with a pleasant dx, so we’ve added the -c flag to fly launch

You can use it like so:

fly launch -c fly.dev.toml

This also interops with the yaml/json features:

fly launch -c fly.dev.json

Enjoy :v:

10 Likes

I just know that json/yaml formats are supported. :+1: