Closed frg2089 closed 1 day ago
允许使用 Update-PSResource cmdlet 来升级模块
Update-PSResource
有些用户(对 就是我)会使用 Install-PSResource cmdlet 而不是 Install-Module 函数来安装模块 这种时候使用Update-Module 函数会提示未安装模块导致升级失败
Install-PSResource
Install-Module
Update-Module
添加一个配置项以允许使用 Update-PSResource 来升级模块
[!NOTE] Microsoft.PowerShell.PSResourceGet 是 PowerShell 的新包管理解决方案。 引自微软文档
PowerShell
Windows
https://github.com/abgox/PSCompletions/blob/893435b96eee5234e712fe7cb7ec3bbc3bda0fdc/module/PSCompletions/core/init.ps1#L1342
Update-PSResource -Name PSCompletions -Repository PSGallery -TrustRepository
PowerShell 的包管理
描述这个功能请求
允许使用
Update-PSResource
cmdlet 来升级模块有些用户(对 就是我)会使用
Install-PSResource
cmdlet 而不是Install-Module
函数来安装模块 这种时候使用Update-Module
函数会提示未安装模块导致升级失败添加一个配置项以允许使用
Update-PSResource
来升级模块你正在使用什么 Powershell 版本?
PowerShell
你正在使用什么系统环境?
Windows
还有其他你想要补充的信息吗?
https://github.com/abgox/PSCompletions/blob/893435b96eee5234e712fe7cb7ec3bbc3bda0fdc/module/PSCompletions/core/init.ps1#L1342
PowerShell 的包管理
没啥用的严谨
![image](https://github.com/user-attachments/assets/454b363f-a946-4a29-9444-1b2f413e58ec)