feat(cli): add mofa plugin repository remove command#1537
feat(cli): add mofa plugin repository remove command#1537SH20RAJ wants to merge 1 commit intomofa-org:mainfrom
Conversation
|
Hi! I've implemented the |
|
Hi maintainers! Supporting the GSoC 2026 "Plugin Registry Infrastructure" (Idea #24 / Open Task), this PR implements the missing What this adds:
This completes the basic CRUD operations for plugin repositories in the CLI, bringing us closer to a production-ready plugin ecosystem. 🚀 |
|
Checks are green on this PR too. This fills the missing |
Implements a GSoC ideas-list Open Task #24 contribution (mofa-cli subcommand implementations / plugin repository integration).\n\nSource idea list: https://github.com/mofa-org/GSoC/blob/main/ideas-list.md\n\nChanges:\n- add mofa plugin repository remove \n- wire remove subcommand in dispatcher\n- implement repository deletion logic\n- add tests for success and missing repo error\n\nNote: cargo is unavailable in this environment, so tests could not be executed locally.