fix: correct scoped k3s download examples
Co-Authored-By: Codex <noreply@openai.com>
This commit is contained in:
+2
-2
@@ -311,9 +311,9 @@ function sshDownloadHelp(): unknown {
|
||||
},
|
||||
examples: {
|
||||
host: "trans D601:/tmp download /tmp/trace.json ./trace.json",
|
||||
k3sWorkload: "trans NC01:k3s:hwlab-v03:deployment:hwlab-cloud-api download /tmp/trace.json ./trace.json",
|
||||
k3sWorkload: "trans NC01:k3s:hwlab-v03:hwlab-cloud-api:hwlab-cloud-api download /tmp/trace.json ./trace.json",
|
||||
windowsDrive: "trans D601:win download 'D:\\tmp\\trace.json' ./trace.json",
|
||||
explicitWorktree: `UNIDESK_TRANS_REPO_ROOT=${repoRoot} trans NC01:k3s:hwlab-v03:deployment:hwlab-cloud-api download /tmp/trace.json ./trace.json`,
|
||||
explicitWorktree: `UNIDESK_TRANS_REPO_ROOT=${repoRoot} trans NC01:k3s:hwlab-v03:hwlab-cloud-api:hwlab-cloud-api download /tmp/trace.json ./trace.json`,
|
||||
},
|
||||
notes: [
|
||||
"A k3s download requires a workload route; the control-plane-only <provider>:k3s route cannot name a remote file inside a workload.",
|
||||
|
||||
Reference in New Issue
Block a user