fix: support k3s log selector

This commit is contained in:
Codex
2026-06-01 14:42:42 +00:00
parent 0cecdd9ed3
commit 2845db3365
3 changed files with 25 additions and 4 deletions
+1
View File
@@ -185,6 +185,7 @@ export function sshHelp(): unknown {
"bun scripts/cli.ts ssh D601:k3s:hwlab-dev:hwlab-cloud-api node -e 'console.log(process.version)'",
"bun scripts/cli.ts ssh D601:k3s:hwlab-dev:hwlab-cloud-api script <<'SCRIPT'",
"bun scripts/cli.ts ssh D601:k3s:hwlab-dev:hwlab-cloud-api logs --tail 80",
"bun scripts/cli.ts ssh G14:k3s logs -n agentrun-ci -l tekton.dev/pipelineRun=<run> --tail 120",
],
notes: [
"ssh --help and ssh <route> --help print this JSON help and never open an interactive session.",