@aikotools/repo-maintenance 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Web-based dashboard for managing multi-repo monorepos. Provides dependency graph visualization, cascade updates, bulk operations, and Git management across all your packages.
|
|
4
4
|
|
|
5
|
-

|
|
5
|
+

|
|
6
6
|
|
|
7
7
|
## Features
|
|
8
8
|
|
|
@@ -34,7 +34,7 @@ npm install -g @aikotools/repo-maintenance
|
|
|
34
34
|
- **Default Branch** (e.g. `main`)
|
|
35
35
|
4. Click **"Refresh repo structure"** to scan your repos
|
|
36
36
|
|
|
37
|
-

|
|
37
|
+

|
|
38
38
|
|
|
39
39
|
## Prerequisites
|
|
40
40
|
|
|
@@ -58,13 +58,13 @@ Click on any repo in the sidebar to open the detail view:
|
|
|
58
58
|
- **Actions** — Refresh, Pull, Start Cascade.
|
|
59
59
|
- **Recent Commits** — last commits for the repo.
|
|
60
60
|
|
|
61
|
-

|
|
61
|
+

|
|
62
62
|
|
|
63
63
|
### Dependency Graph
|
|
64
64
|
|
|
65
65
|
Interactive visualization of all internal dependencies as a node-edge graph (React Flow). Filter by domain, toggle between full graph and affected-only views. Click on a node to navigate to the repo detail.
|
|
66
66
|
|
|
67
|
-

|
|
67
|
+

|
|
68
68
|
|
|
69
69
|
### Pull All
|
|
70
70
|
|
|
@@ -105,7 +105,7 @@ Propagates dependency updates automatically through the entire dependency chain.
|
|
|
105
105
|
- **Commit Prefix** — e.g. `deps: ` or `chore: `
|
|
106
106
|
4. Review the plan and start
|
|
107
107
|
|
|
108
|
-

|
|
108
|
+

|
|
109
109
|
|
|
110
110
|
**Per repo, the cascade executes:**
|
|
111
111
|
|
|
@@ -126,7 +126,7 @@ Run arbitrary shell commands across multiple repos in parallel:
|
|
|
126
126
|
3. Choose concurrency (1–20)
|
|
127
127
|
4. Start — live output per repo with exit code and duration
|
|
128
128
|
|
|
129
|
-

|
|
129
|
+

|
|
130
130
|
|
|
131
131
|
### Packages (File-URL Management)
|
|
132
132
|
|