@mutmutco/cli 4.3.45 → 4.3.46
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 +1 -1
- package/dist/main.cjs +2182 -1945
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ mmi-cli doctor --json
|
|
|
41
41
|
- `mmi-cli devops pr create`, `pr merge`, and **`pr land`** (train probe → checks-wait → merge --auto — #1440) create and land PRs. **`mmi-cli devops ci audit`** / **`ci reconcile`** scan fleet merge-readiness. Local workspace lifecycle is host-owned.
|
|
42
42
|
- `mmi-cli oracle board read|claim|show|move|done` reads and moves GitHub Project work.
|
|
43
43
|
- `mmi-cli devops runtime tenant control <owner/repo> <stage> <status|start|stop|restart>` runs bounded dev/rc box control for project-admins through the Hub API; main remains master-only.
|
|
44
|
-
- `mmi-cli stage`, `stage start`, `stage stop`, `stage run`, and `stage port-range <repo>` manage the local gitignored stage and its port block; `stage --live` is the
|
|
44
|
+
- `mmi-cli stage`, `stage start`, `stage stop`, `stage run`, and `stage port-range <repo>` manage the local gitignored stage and its port block; `stage --live` is the cloud dev stage without IP restrictions. Remote rc/live environments move only via `/rcand` · `/release` · `/hotfix`.
|
|
45
45
|
- `mmi-cli devops rcand`, `release`, and `hotfix` render guarded train plans; product trains trigger the Hub's central tenant deployer, while MMI-Hub releases directly from `development` to `main`.
|
|
46
46
|
- `mmi-cli devops bootstrap`, `bootstrap verify`, and `bootstrap apply` plan, audit, and seed repo onboarding.
|
|
47
47
|
- `mmi-cli oracle org access audit` checks collaborator roles and train-branch allowlists.
|