PSResourceGet
PSResourceGet copied to clipboard
PSResourceGet is the package manager for PowerShell
### Summary of the new feature / enhancement As a script writer I want to be able to use `New-PSScriptFileInfo` to generate a PSScriptInfo comment block, after I have already...
### 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. ###...
Running find-psresource has strange behaviour when the NUGET repository is hosted in Artifactory Our repository, 'powershelf', has 760 artifacts over 53 unique modules. I can list all of them with...
The following command: ``` New-ModuleManifest -Path .\Test.psd1 -RequiredModules @('AWSPowerShell.NetCore') -ExternalModuleDependencies @('AWSPowerShell.NetCore') -PassThru ``` results in the following manifest being generated (irrelevant data excluded): ``` ... RequiredModules = @('AWSPowerShell.NetCore') ... PrivateData...
Currently Get-CredsFromCredentialProvider.ps1 is hard-wired to only allow CredentialProviders for pkgs.dev.azure.com and pkgs.visualstudio.com. To enable a 3rd party to write their own credential provider: - remove lines 17-23 in that file...
### 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. ###...
### 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 We hit a number of issues because of our reliance on the nuget APIs, instead we should make our own calls directly...
### 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. ###...
When installing a package, save companyname, copyright and other metadata information to metadata xml file. Also change setters access levels for these properties of the PSResourceInfo class. Get-PSResource will now...