Show CommandDependency - PPOSHGROUP/PPoShDemo GitHub Wiki
PPoShDemo -> Show-CommandDependency.ps1
Function that uses graphviz to create a graph of function dependancies.
Show-CommandDependency [-Path] <String> [[-Folders] <String[]>]
[[-DestinationFilePath] <String>] [-HideGraph] [<CommonParameters>]
Requires GraphViz and PSGrapsh modules to create a grapshical representation of references in functions.
Path with folders with functions to search.
- PipelineInput: false
- Required: true
Which folders should be included in recursive search for functions
- DefaultValue: @('Public', 'Private', 'Internal')
- PipelineInput: false
- Required: false
FileName where grapsh should be generated.
- PipelineInput: false
- Required: false
If set will not show graph after it's generated.
- DefaultValue: False
- PipelineInput: false
- Required: false
Show-CommandDependency.ps1 -Path Value -Folders Value -DestinationFilePath Value -HideGraph
Describe what this call does