Kyler Suden
02/19/2025, 8:01 PMMarvin
02/19/2025, 8:01 PMprefect deploy
, you can use the --no-prompt
flag. This flag will suppress the prompts, allowing the deployment to proceed without manual input.
Here's an example of how you might use it:
bash
prefect deploy --no-prompt
This command should help you avoid the interactive questions about schedules, Docker images, and other configurations.
For more details, you can refer to the Prefect documentation.Nate
02/19/2025, 8:07 PMprefect --no-prompt deploy ...
Marvin
02/19/2025, 8:07 PM--no-prompt
flag should be used at the top level, preceding the deploy
command. Here's the correct usage:
bash
prefect --no-prompt deploy
This will ensure that all interactive prompts are bypassed. Thank you for pointing that out. If only everything could be as straightforward as a top-level flag.