PSResourceGet icon indicating copy to clipboard operation
PSResourceGet copied to clipboard

Update-PSModuleManifest should be Update-ModuleManifest

Open ThomasNieto opened this issue 2 years ago • 0 comments

Prerequisites

  • [X] Write a descriptive title.
  • [X] Make sure you are able to repro it on the latest released version
  • [X] Search the existing issues.

Steps to reproduce

The Update-PSModuleManifest cmdlet should retain the PSGet v2 name of Update-ModuleManifest. Reasoning being is that the engine ships New-ModuleManifest and by changing the name you break the relationship with the two cmdlets. Secondly there should be any breaking changes that I'm aware of in v2 and v3 as the cmdlets perform the same work. Thirdly there is no issue with v2 and v3 having the same name cmdlet as both modules can be loaded at the same time.

@SydneyhSmith please let me know what you think on this. I'd like to fix this before GA.

Expected behavior

Update-ModuleManifest

Actual behavior

Update-PSModuleManifest

Error details

No response

Environment data

beta23

Visuals

No response

ThomasNieto avatar Jul 31 '23 21:07 ThomasNieto