Cormac
07/14/2025, 3:17 PMprefect deploy
, I keep getting a very irritating prompt
Would you like to configure schedules for this deployment? [y/n] (y):
I would not. If I don't set a schedule, I don't need one. I wish to suppress this message.
• Setting schedule: null
in my prefect.yaml
does not work (despite this being a recommendation from "Marvin": https://linen.prefect.io/t/27045227/ulva73b9p-how-to-deploy-a-deployment-with-a-prefect-yaml-fil)
• There is no such option --no-prompt
(despite this being a recommendation of "Marvin": https://linen.prefect.io/t/27045227/ulva73b9p-how-to-deploy-a-deployment-with-a-prefect-yaml-fill)
I cannot find any documentation how to suppress this prompt.
Any adviceKevin Grismore
07/14/2025, 3:22 PM--no-prompt
is at the root level of the CLI app, so it'd be used like prefect --no-prompt deploy ...