CLI/docs: mention canvas.* alias
This commit is contained in:
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user