-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Summary
Export the list of installed plugins to a file and import it on another machine or project.
Motivation
- Share plugin configurations across machines
- Back up plugin setup before reinstalling
- Share recommended plugin sets with team members
- Quickly set up a new project with standard plugins
Proposed Implementation
- Add
--exportCLI flag:cpm --export plugins.json - Add
--importCLI flag:cpm --import plugins.json - Export format (JSON):
{ "version": 1, "plugins": [ {"id": "plugin@marketplace", "scope": "user"}, {"id": "other@marketplace", "scope": "project"} ] } - Import shows confirmation with list of plugins to install
- Option to skip already-installed plugins
Complexity
Low - Simple file I/O and iteration over install commands.
Metadata
Metadata
Assignees
Labels
No labels