fix: isolate trans ssh bootstrap

This commit is contained in:
Codex
2026-06-19 15:43:54 +00:00
parent 1c371c7431
commit f9e11ff93e
8 changed files with 1152 additions and 13 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ description: UniDesk SSH 透传与 apply-patch 语法 — `trans <route> <operat
UniDesk 分布式 SSH 透传入口,统一通过 `trans <route> <operation>` 在远端 host/k3s/Windows 上执行命令或文本 patch。
**固定入口**: `trans <route> ...`wrapper 位于 `/root/.local/bin/trans`等价 `bun scripts/cli.ts ssh "$@"`
**固定入口**: `trans <route> ...`wrapper 位于 `/root/.local/bin/trans`委托 repo 内 ssh-only 启动入口 `bun scripts/ssh-cli.ts ssh "$@"`,避免被无关 CLI 子命令模块解析失败拖垮
---