Bernhard
03/12/2025, 7:16 PMMarvin
03/12/2025, 7:17 PMPREFECT_CLI_PROMPT
to false
. This will disable all interactive prompts during CLI operations.
Here's how you can do it:
bash
export PREFECT_CLI_PROMPT=false
prefect deploy -n default
This setting ensures that the CLI does not ask for any interactive inputs, making your deployment process silent.
For more details, you can refer to the Prefect settings documentation.