Skip to content

Add support for pre-release modules in Install-PodeLocalModule #1594

@DanGough

Description

@DanGough

Describe the Change

I am unable to add pre-release modules to package.json using a setup like below:

    "Pode.Web": {
      "version": "1.0.0-preview2",
      "prerelease": true,
      "repository": "PSGallery"
    },

This would then add the -AllowPreRelease parameter to the Find-Module and Save-Module calls in Install-PodeLocalModule.

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions