卸载插件
从指定 profile 同时移除依赖和插件配置层,再重启确认能力已退出。
- 01
确认包名与 profile
先列出依赖,避免把仓库名当成 npm 包名,或从错误的 profile 删除。
dsh plugin --profile web list - 02
移除插件
命令会移除依赖以及由该 bundle 加入的配置层。
dsh plugin --profile web remove <package-name> - 03
重启并核对
重启后确认设置入口、Agent 工具和相关页面不再注册。按 README 单独清理外部数据。