CLI/docs: mention canvas.* alias

This commit is contained in:
Peter Steinberger
2025-12-18 01:10:31 +00:00
parent f973b9e0e5
commit c976799f8c
2 changed files with 7 additions and 1 deletions

View File

@@ -345,7 +345,10 @@ export function registerNodesCli(program: Command) {
.command("invoke")
.description("Invoke a command on a paired node")
.requiredOption("--node <idOrNameOrIp>", "Node id, name, or IP")
.requiredOption("--command <command>", "Command (e.g. screen.eval)")
.requiredOption(
"--command <command>",
"Command (e.g. screen.eval or canvas.eval)",
)
.option("--params <json>", "JSON object string for params", "{}")
.option(
"--invoke-timeout <ms>",