Max Eggers
02/01/2024, 9:15 PMMarvin
02/01/2024, 9:15 PMprefect deployment apply
command with a YAML file that describes your deployment. This command allows you to create or update the deployment on the server.
As for waiting until the deployment completes, there isn't a built-in command in Prefect to directly await a deployment's completion in the CLI. Typically, you would need to poll the status of the run using the Prefect API or UI to determine when it has completed.
For more details, you may refer to Prefect's documentation or directly interact with their CLI and API to manage and check the status of deployments. If you require further assistance on a more specific command or process, Prefect's community on GitHub or their official documentation would be the next places to look.