PSResourceGet
PSResourceGet copied to clipboard
PSResourceGet is the package manager for PowerShell
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PowerShellGet) - [X] Search the existing issues. ###...
### Summary of the new feature / enhancement `Update-PSScriptFileInfo` and `Update-ModuleManifest` both use the `Update` verb but the proper verb should be `Set`. The [PowerShell Verbs](https://docs.microsoft.com/en-us/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands?view=powershell-7.2) documentation have the following...
# PR Summary InstallHelper class does not need to derive from PSCmdlet Issue #767 ## PR Context ## PR Checklist - [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission) - Use the...
### Summary of the new feature / enhancement As a user I want a `Get-PSScriptFileInfo` cmdlet to return a `PSScriptFileInfo` object from a specified script. This functionality was present in...
There are many circumstances where you want to install modules to somewhere other than the powershell modules folder, for instance if creating the equivalent of a python "virtual environment" for...
### Summary of the new feature / enhancement This cmdlet will create a template file. If the switch -AsPSD1 is used it will create a psd1 file, otherwise it will...
### Summary of the new feature / enhancement In particularly where there are dependencies, it can take awhile and the user doesn't know what's happening ### Proposed technical implementation details...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PowerShellGet) - [X] Search the existing issues. ###...
### Summary of the new feature / enhancement Uninstall-PSResource should have a PassThru parameter for the caller to get the list of resources uninstalled. ### Proposed technical implementation details (optional)...
### Summary of the new feature / enhancement I would like to be able to pass wildcard characters to `Set-PSResourceRepository` name parameter. Currently this error is returned. ```powershell PS />...