You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Display the dependency graph for a package version with the specified ID and display the graph using a root-last edge direction. Use the Dev Hub org with username devhub@example.com:
ID or alias of the package version (starts with 04t) or the package version create request (starts with 08c) to display the dependency graph for.
22
+
23
+
# flags.package.description
24
+
25
+
Before running this command, update your sfdx-project.json file to specify the calculateTransitiveDependencies attribute, and set the value to true. This command returns GraphViz code, which can be compiled to a graph using DOT code or another graph visualization software.
26
+
27
+
# flags.edge-direction.summary
28
+
29
+
Order (root-first or root-last) in which the dependencies are displayed.
30
+
31
+
# flags.edge-direction.description
32
+
33
+
A root-first graph declares the root as the package that must be installed last. A root-last graph is the reverse order of root-first. If you specify "--edge-direction root-last", the graph displays the packages in the order they must be installed. The root starts with the farthest leaf of the package dependencies and ends with the base package, which must be installed last.
34
+
35
+
# flags.verbose.summary
36
+
37
+
Display both the package version ID (starts with 04t) and the version number (major.minor.patch.build) in each node.
0 commit comments