superfly / flyctl

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

Option to launch without creating an app #3726

Closed rubys closed 3 weeks ago

rubys commented 3 weeks ago

If --no-create is specified, it won't create an app, won't create databases, and won't deploy.

Note: you will still be prompted if you wish to tweak your settings as any changes you make there can potentially change what outputs are generated. Furthermore, retaining this is useful for exercising the launch UI. This can be avoided by adding a --yes flag.