cli/cmd/module
Claude 41f786a222
Some checks are pending
Security Scan / Go Vulnerability Check (push) Waiting to run
Security Scan / Secret Detection (push) Waiting to run
Security Scan / Dependency & Config Scan (push) Waiting to run
feat(module): add CLI commands for marketplace module management
Wire `core module install/remove/list/update` commands to the
marketplace.Installer from pkg/marketplace. Follows the exact
pattern established by cmd/plugin/.

- install: clone from Git repo with optional ed25519 verification
- list: table output of installed modules
- update: pull latest + re-verify manifest (supports --all)
- remove: confirmation prompt then cleanup

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 10:37:52 +00:00
..
cmd.go feat(module): add CLI commands for marketplace module management 2026-02-18 10:37:52 +00:00
cmd_install.go feat(module): add CLI commands for marketplace module management 2026-02-18 10:37:52 +00:00
cmd_list.go feat(module): add CLI commands for marketplace module management 2026-02-18 10:37:52 +00:00
cmd_remove.go feat(module): add CLI commands for marketplace module management 2026-02-18 10:37:52 +00:00
cmd_update.go feat(module): add CLI commands for marketplace module management 2026-02-18 10:37:52 +00:00