PSResourceGet icon indicating copy to clipboard operation
PSResourceGet copied to clipboard

Please add "Set-Module" and "Set-Script"

Open RStadlmair opened this issue 6 years ago • 6 comments

Hi !

Short reason: When publishing to the PSGallery, i´d like to set Module details, as i could do it in the WebUI. Sure this is in the privatedata section, but a later change must be done in the console WebUI

Detailed Reason: Real-world testing of modules and script means publish it to the gallery and then test (i.e. deployment to Azure automation, Pester, ... ). If this is part of the CI/CD pipeline, it also means when a module/script has issues in testing we´d like to hide it after it has been published programmatically.

So a Set-Module command would look like this: Set-Module -Name 'mymodule' -visibility $false

R.

RStadlmair avatar Aug 06 '18 07:08 RStadlmair