Hello: I am using prefect cloud, and I find that ...
# ask-community
c
Hello: I am using prefect cloud, and I find that when deploying flows via
prefect deploy
, I keep getting a very irritating prompt
Copy code
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 advice
k
--no-prompt
is at the root level of the CLI app, so it'd be used like
prefect --no-prompt deploy ...