JustinGrote / JustinGrote/ModuleFast
Support an "Update All Local Modules" scenario
- 主要言語
- C#
- スター
- 151
- フォーク
- 11
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- csharp, powershell
- 領域
- cli, tooling
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100