github / github/copilot-cli

Feat request: /plugin update-all command

未關閉
#2,228 0 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視
area:installation area:plugins
主要語言
Shell
星號
11.2k
分支
1.9k
平均合併
14 小時 16 分鐘
30 天內合併 PR
6

描述

### Describe the feature or problem you'd like to solve

a /plugin update-all command would be useful.

### Proposed solution

The CLI currently only supports the /plugin interactive command, which updates plugins one at a time. There's no built-in "update all" option or batch command.

Workaround — you can bulk-update by editing the config directly:

1. Delete the cached plugin folders: Remove-Item ~\.copilot\installed-plugins\ic3-ai-plugins\* -Recurse -Force
2. Clear the ic3-ai-plugins entries from ~\.copilot\config.json — remove all objects in installed_plugins where marketplace is "ic3-ai-plugins"
3. Run /plugin in the CLI, select ic3-ai-plugins, and reinstall all

Or more practically — run /plugin and update them one by one. It's tedious with 21 plugins, but it's the supported path today.

You could also file this as a feature request via /feedback — a /plugin update-all command would be useful.

### Example prompts or workflows

_No response_

### Additional context

_No response_

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。