PSResourceGet icon indicating copy to clipboard operation
PSResourceGet copied to clipboard

Publish-PSResource -Nupkg should support multiple values and wildcards

Open sdwheeler opened this issue 1 year ago • 0 comments

Summary of the new feature / enhancement

As a package publisher, I want to be able to publish multiple .nupkg files with one command. For example, I have packaged and signed multiple packages .nupkg files. I now want to provide multiple paths or a wildcard pattern to publish all .nupkg files in a folder.

Proposed technical implementation details (optional)

  • The Nupkg paramater needs to be [String[]] type and have the [SupportsWildcard] attribute
    • Suggest renaming the parameter to NupkgPath
  • If you support wildcards then you need to support a literal path version such as NupkgLiteralPath

sdwheeler avatar Sep 20 '24 13:09 sdwheeler