Ronald Sam
10/24/2024, 11:20 PMMarvin
10/24/2024, 11:21 PMprefect deploy --all
. This is documented as the way to deploy all deployments, according to the Prefect 2.x GUID and Prefect 3.x documentation:
Prefect 2.x documentation mentions:
You can deploy all deployments using the --all
flag with the command:
prefect deploy --all
.
Prefect 3.x documentation confirms:
The --all
option is used to deploy multiple deployments:
prefect deploy --all
.
However, the option --no-prompt
is not mentioned in the context of this specific task. If the error you're encountering is "No such option: -a," double-check there's not a mix-up with another similar command or custom alias in your setup because Prefect's --all
flag should be valid for deploying all flows.
Here are the links to the documentation if you need further information:
- Prefect 2.x Deployments: https://docs-2.prefect.io/latest/guides/prefect-deploy/
- Prefect 3.x Deployments: https://docs-3.prefect.io/3.0/deploy/infrastructure-concepts/prefect-yaml
Please make sure your CLI is up to date with the latest version of Prefect to avoid any deprecation issues. Let me know if you have further questions!Nate
10/24/2024, 11:22 PMNate
10/24/2024, 11:23 PMRonald Sam
10/24/2024, 11:24 PM