GithubHelp home page GithubHelp logo

Comments (6)

RStadlmair avatar RStadlmair commented on July 30, 2024 1

Like this as all items are stored forever on the gallery and there should be some programmatic way to show/hide them from the public.
Thx/R.

from powershellgallery.

SydneyhSmith avatar SydneyhSmith commented on July 30, 2024

This seems like a very similar ask to https://github.com/PowerShell/PowerShellGallery/issues/17

from powershellgallery.

seanmcne avatar seanmcne commented on July 30, 2024

Sort of similar I suppose - it's important to have a way to "pre-deploy" a package that the public can't see so we can do a full test prior to opening it up to the pubic.

A flow of:

  • Develop Code / Changes
  • Test locally
  • Package
  • Deploy to ps gallery
  • Download
  • Test
  • Confirm/verify
  • Then 'release' so the public can upgrade their module that's been published

This would allow me to fully script & automate the dev / build process right up to publishing as 'hidden' so I can do a final test and push a button to 'release' it to the public.

Hope this makes sense - thanks!

from powershellgallery.

SydneyhSmith avatar SydneyhSmith commented on July 30, 2024

Yes, that explanation helps, thanks @seanmcne !

from powershellgallery.

JustinGrote avatar JustinGrote commented on July 30, 2024

Doesn't deploying modules as prerelease meet this need? I don't see the need for a net-new function.

Typical flow:

  1. Publish Module as prerelease
  2. If Prerelease module is broken, hide it
  3. Publish Release Module
  4. If broken release module, "fix forward" by hiding the existing module, publish a hotfix with a 0.0.x version bump, and publish the fixed module.

And before anything gets to the "publish" stage for any of the above, it's passed all your pester tests.

from powershellgallery.

SteveL-MSFT avatar SteveL-MSFT commented on July 30, 2024

A customer recently brought this up. Basically they publish a set of modules to PSGallery all with the same version. They don't want users to download mixed versions of the modules. Ideally, they would want to publish them unlisted and have a way to flip a set of modules to be listed at once to make them public.

from powershellgallery.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.