-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
ideaFuture idea — not planned yetFuture idea — not planned yet
Description
Idea
To replicate a full mcs setup on a new machine, users currently need to manually `mcs pack add` each URL, then `mcs configure` each project. A single export file describing the full desired state would complete the Terraform analogy.
# Export current machine setup
mcs export > mcs-setup.yaml
# On new machine
mcs import mcs-setup.yamlThe export file would contain:
- All registered pack URLs, versions, refs
- Global component selections
- Optionally: per-project configurations
Not planned for v2.1.0 — captured for future consideration.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ideaFuture idea — not planned yetFuture idea — not planned yet