JustinGrote / JustinGrote/ModuleFast
Support an "Update All Local Modules" scenario
- Vorherrschende Sprache
- C#
- Sterne
- 151
- Forks
- 11
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
We should support the following pattern:
`Get-Module -ListAvailable | Update-ModuleFast`
If we detect a standard module path is provided to us, we should translate that into a modulespec as follows:
1. Versions greater than what was provided up to the next major version
2. Implied -Update in this regard
3. Display "Module Not Found" in the gallery as a warning rather than a hard stop.
4. If -Update is explicitly specified, then the major version restrictions are lifted.
This should probably also come after multi-repo support.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Start with the `Get-Module -ListAvailable | Update-ModuleFast` entry point and trace how a standard module path becomes a modulespec. Check how multi-repo support is handled first, since the issue says this should come afterward. Done means version bounds, implied updates, explicit `-Update` behavior, and gallery "Module Not Found" warnings match all four stated cases.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- csharp, powershell
- Bereich
- cli, tooling
- Issue-Typ
- Feature
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100