What problem does it solve?
Enables operators to update a local MoonMind repository from git and apply changes to running services without unnecessary downtime or manual container restarts, ensuring deployments stay consistent with origin branches.
Core Features & Use Cases
- Selective Service Restarts: Detects changed files and restarts only impacted compose services, minimizing disruption.
- Image Drift & Reconciliation: Pulls compose images, detects image drift versus running containers, and reconciles services that require updates.
- Robust Environment Handling: Validates branch names, supports dry-run and allow-dirty modes, auto-detects docker compose project mounts, and optionally includes the orchestrator in restarts.
- Use Case: Use this Skill to safely apply a remote hotfix on the main branch, refresh images, and have MoonMind restart only the services affected by the changes.
Quick Start
Run the update script for your MoonMind repository and branch to fetch changes, refresh images if desired, and restart only the changed services.