docs/src/data/experiments/dag-queue-display.mdx
import Since from '@components/Since.astro'; import Before from '@components/Before.astro';
Display the run queue as a DAG tree showing dependency hierarchy.
dag-queue-display - What it doesThe tree also changes its header message based on execution direction:
terragrunt run --all --experiment dag-queue-display -- plan
terragrunt run --all -- plan
Example output:
The following units will be run, starting with dependencies and then their dependents:
.
├── monitoring
╰── vpc
╰── database
╰── backend-app
╰── frontend-app
dag-queue-display - How to provide feedbackdag-queue-display - Criteria for stabilizationTo transition the dag-queue-display feature to a stable release, the following were completed: