d9d283c314e7bfdde6422e064b6363e6e68dbad7
Live CLI verification at 74.48.78.17:19667 showed that workspace.evidence dispatched correctly through cloud-api and the executor (executor returned text with the actual error), but the device-host-cli threw unsupported command because the new evidence subcommand was nested under command=build instead of being its own top-level command. The args shape for workspace.evidence from deviceHostArgs is [workspace, evidence, kind, ...options], so the main() match in device-host-cli should hit at the workspace group level, not under . Same fix for debug-probe. After the move, readJobEvidence is dispatched with the right kindPrefix (keil-build for workspace.evidence kind=build, keil-download for debug-probe.evidence kind=download) and the optional jobId from rest[1]. Tail defaults to 200 lines, --full for the entire log. Tracked-by: pikasTech/HWLAB#773
fix(v0.2): move workspace/debug-probe evidence handler to top-level command in device-host-cli for #773
Description
UniDesk controlled mirror for pikasTech/HWLAB
Languages
TypeScript
63.9%
JavaScript
21.4%
Vue
7.3%
Go
3.1%
Python
2%
Other
2.2%