Back to Terragrunt

Graph

docs/src/data/commands/dag/graph.mdx

1.0.3503 B
Original Source

import { Aside } from '@astrojs/starlight/components';

<Aside type="note" title="Alias for list --format=dot">

The dag graph command is an alias for list --format=dot --dependencies --external. Both commands produce identical DOT format output:

bash
terragrunt dag graph
# Equivalent to:
terragrunt list --format=dot --dependencies --external

For more information about the DOT format and its usage, see the list command documentation.

</Aside>