@devrouter/cli 0.0.40 → 0.0.42
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 +5 -3
- package/dist/devrouter.js +1026 -299
- package/package.json +1 -1
- package/upgrade-prompts/0.0.41.md +43 -0
- package/upgrade-prompts/0.0.42.md +39 -0
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ can share their standard ports through TLS/SNI hostname routing.
|
|
|
11
11
|
- One strict per-repository configuration file: `.devrouter.yml`.
|
|
12
12
|
- Machine setup, the shared `devnet` network, Traefik, local TLS, and route state.
|
|
13
13
|
- Host, Docker, proxy, and dependency-only application definitions.
|
|
14
|
-
- Exact-checkout
|
|
14
|
+
- Exact-checkout devcontainer workspace lifecycle (DevPod or Devsy) for primary and linked Git worktrees.
|
|
15
15
|
- Check-only diagnostics and JSON evidence for local and agent workflows.
|
|
16
16
|
|
|
17
17
|
Devrouter does not own application source, consumer toolchains, database data,
|
|
@@ -77,8 +77,10 @@ Dev Container clients still see the full source configuration. Check
|
|
|
77
77
|
`devrouter status` or `devrouter doctor` when you need the desired, active, and
|
|
78
78
|
drift state.
|
|
79
79
|
|
|
80
|
-
Use devrouter lifecycle commands for managed environments. Raw
|
|
81
|
-
`stop
|
|
80
|
+
Use devrouter lifecycle commands for managed environments. Raw DevPod or Devsy
|
|
81
|
+
`up`/`stop`/`delete` calls bypass ownership locks and exact checkout validation.
|
|
82
|
+
Devrouter auto-detects the installed workspace runtime CLI (DevPod or Devsy) and
|
|
83
|
+
you can pin it with `DEVROUTER_WORKSPACE_RUNTIME=devpod|devsy`.
|
|
82
84
|
|
|
83
85
|
## Agent onboarding
|
|
84
86
|
|