microsoft / PSRule

Validate infrastructure as code (IaC) and objects using PowerShell rules.

Home Page:https://microsoft.github.io/PSRule/v2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add commands to list locked modules

BernieWhite opened this issue · comments

Currently the CLI restores and manages modules with the module lock file.

To enable restore an prompts within VSCode an option to list the current status of modules is required so that the user will know they are missing modules for the workspace.

Extend the module command to support this case.

Related to microsoft/PSRule-vscode#225