Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions guides/v2.0/config-guide/cli/config-cli-subcommands-depen.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,34 @@ The following table explains this command's options, parameters, and values.
</tbody>
</table>

If no directory or filename is passed as an argument, the following application root is used as the default directory, and the following default filenames are used:

<table>
<col width="50%">
<col width="50%">
<tbody>
<tr>
<th>Command</th>
<th>Filename</th>
</tr>
<tr>
<td>info:dependencies:show-modules</td>
<td>modules-dependencies.csv</td>
</tr>
<tr>
<td>info:dependencies:show-modules-circular</td>
<td>modules-circular-dependencies.csv</td>
</tr>
<tr>
<td>info:dependencies:show-framework</td>
<td>framework-dependencies.csv</td>
</tr>
</tbody>
</table>




### Sample module dependencies report
The following is a portion of the output for a sample module dependencies report:

Expand Down