Theo Sjöstedt
06/19/2024, 7:51 AMprefect.yaml
file. I want to deploy them all when there is a change in the repo, using a github action.
I've tried using prefect deploy --all
but that command is interactive, so I get a bunch of questions even though its already stated in the prefect.yaml file. Is there a quiet / noninteractive mode for prefect deploy?