superfly / flyctl

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

Option to `launch` without creating an app #3684

Open fliepeltje opened 1 week ago

fliepeltje commented 1 week ago

Currently, when you do fly launch --no-deploy an app still gets made for an organization. It would be nice to have a flag or command to not do this; ideally I'd get a Dockerfile and fly.toml (or any other resources that are relevant), but nothing else.

This is useful for experimenting with app setups without committing to an app and opens up the abuse of flyctl purely for Dockerfile generation for a variety of frameworks