From 364d118dd60917794afd12505a4cc055fc185e66 Mon Sep 17 00:00:00 2001 From: Phil Prasek Date: Tue, 15 Oct 2024 14:24:37 -0700 Subject: [PATCH] restore --command-timeout in commands.yml Signed-off-by: Phil Prasek --- temporalcli/commandsgen/commands.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/temporalcli/commandsgen/commands.yml b/temporalcli/commandsgen/commands.yml index c63017fb..1d5f9a27 100644 --- a/temporalcli/commandsgen/commands.yml +++ b/temporalcli/commandsgen/commands.yml @@ -195,10 +195,9 @@ commands: - name: no-json-shorthand-payloads type: bool description: Raw payload output, even if the JSON option was used. - # not yet supported - #- name: command-timeout - # type: duration - # description: Timeout for the span of a command. + - name: command-timeout + type: duration + description: Timeout for the span of a command. - name: temporal activity summary: Complete or fail an Activity