Luke Orland
05/29/2024, 10:57 PMprefect deploy
CLI command non-interactively? I've defined deployments in ./prefect.yaml
and would like the deployments to be created without answering these questions interactively, e.g. in a continuous deployment setting:
• Would you like to build a custom Docker image for this deployment? [y/n] (n):
• Would you like to save configuration for this deployment for faster deployments in the future? [y/n]:
Luke Orland
05/29/2024, 11:09 PMyes n | prefect deploy --all
as long as the questions don't change with different versions of prefect, and n
is my desired question to each question 🙂Nate
05/30/2024, 10:33 PMprefect --no-prompt <command group>
to disable all interactivity