DependencySearch

0.0.1

Module contains function Get-CodeDependency which returns dependencies of given script/code/module. Such dependencies can be: required modules, PSSnapins, #requires statements. Dependencies are searched recursively across all used commands. Besides defined #requires or module dependencies also modules added through Import-Module and PSSnapins added through Add-PSSnapi
Module contains function Get-CodeDependency which returns dependencies of given script/code/module. Such dependencies can be: required modules, PSSnapins, #requires statements. Dependencies are searched recursively across all used commands. Besides defined #requires or module dependencies also modules added through Import-Module and PSSnapins added through Add-PSSnapin are processed
Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name DependencySearch -RequiredVersion 0.0.1

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name DependencySearch -Version 0.0.1

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2023 @AndrewZtrhgf. All rights reserved.

Package Details

Author(s)

  • @AndrewZtrhgf

Tags

PowerShell Dependency

Functions

Get-AddPSSnapinFromAST Get-CodeDependency Get-CodeDependencyStatus Get-ImportModuleFromAST

Dependencies

This module has no dependencies.

FileList

Version History

Version Downloads Last updated
1.1.7 40,580 5/31/2024
1.1.6 1,809 5/19/2024
1.1.5 8,555 2/29/2024
1.1.4 292 2/25/2024
1.1.3 34 2/24/2024
1.1.2 38 2/23/2024
1.1.1 184 1/25/2024
1.1.0 37 1/23/2024
1.0.0 552 2/9/2023
0.0.3 11 1/20/2023
0.0.2 8 1/20/2023
0.0.1 (current version) 8 1/20/2023
Show less