Eric Sexton
02/23/2024, 6:34 PMMarvin
02/23/2024, 6:35 PMprefect deployment apply
.
For general use on how to deploy with Prefect CLI, you'd use commands like:
bash
prefect deploy --name <deployment-name> # for specific deployment name
To check for the exact command that includes the use of tags, you should consult the Prefect documentation for deployments or the CLI reference, which would have details about the CLI commands available for running deployments with specific tags.
Documentation links for deployments:
1. Prefect Deployments Concept
2. Prefect Deployment Guide
If the current documentation doesn't directly address your question, it may be necessary to reach out to the Prefect community or support for further assistance.