<@ULVA73B9P> how can i use the prefect cli to depl...
# ask-marvin
v
@Marvin how can i use the prefect cli to deploy all deployments in a file without any prompts?
m
To deploy all deployments listed in a file without any prompts using the Prefect CLI, you can use the
--all
flag: prefect deploy --all This command will deploy all deployments defined in your YAML configuration file. For more details, refer to the documentation here: https://docs.prefect.io/latest/guides/prefect-deploy/ Feel free to ask if you need further assistance.
v
this command asks me about each deployment. how can i answer no to all the questions?