Pass in CLI arg to skip "Do you want to tweak these settings before proceeding" during Fly Launch

Is there a flag I can pass in to auto confirm no for this step?

Not at the moment, but this works on Unix-like shells:

fly launch < /dev/null

I’ve created a pull request to make --yes avoid this prompt.

2 Likes

@rubys Thank you so much! I think I can also use --legacy for now.

I’ll keep an eye out on the releases

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.