abgox / PSCompletions

A completion manager for better and simpler use completions in PowerShell. 一个补全管理模块,更简单、更方便的在 PowerShell 中使用命令补全。
https://pscompletions.pages.dev
MIT License
114 stars 6 forks source link

[Request]: 允许使用 Update-PSResource 来升级模块 #54

Closed frg2089 closed 1 day ago

frg2089 commented 4 days ago

描述这个功能请求

允许使用 Update-PSResource cmdlet 来升级模块

有些用户(对 就是我)会使用 Install-PSResource cmdlet 而不是 Install-Module 函数来安装模块 这种时候使用Update-Module 函数会提示未安装模块导致升级失败

添加一个配置项以允许使用 Update-PSResource 来升级模块

[!NOTE] Microsoft.PowerShell.PSResourceGet 是 PowerShell 的新包管理解决方案。 引自微软文档

你正在使用什么 Powershell 版本?

PowerShell

你正在使用什么系统环境?

Windows

还有其他你想要补充的信息吗?

https://github.com/abgox/PSCompletions/blob/893435b96eee5234e712fe7cb7ec3bbc3bda0fdc/module/PSCompletions/core/init.ps1#L1342

Update-PSResource -Name PSCompletions -Repository PSGallery -TrustRepository

PowerShell 的包管理

没啥用的严谨 ![image](https://github.com/user-attachments/assets/454b363f-a946-4a29-9444-1b2f413e58ec)
abgox commented 4 days ago