<@ULVA73B9P> is there a way to show the computed r...
# marvin-in-the-wild
o
@Marvin is there a way to show the computed results of a deployment yaml without actually running it, something like a dry run?
m
To preview the computed results of a deployment YAML without actually running the deployment, you can use the
prefect deployment build
CLI command with the
--output
flag. This will create a
deployment.yaml
file that you can inspect to ensure it contains the correct configuration before applying it with
prefect deployment apply
. For more details, you can refer to Prefect Deployments - Block based documentation.