Skip to content

Commit

Permalink
adjust formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Prasek <[email protected]>
  • Loading branch information
prasek committed Oct 16, 2024
1 parent a21908d commit fe2c67b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions temporalcli/commandsgen/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ commands:
description: |
Namespace data as `KEY=VALUE` pairs.
Keys must be identifiers, and values must be JSON values.
For example: `'YourKey={"your": "value"}'`.
For example: 'YourKey={"your": "value"}'.
Can be passed multiple times.
- name: description
type: string
Expand Down Expand Up @@ -884,7 +884,7 @@ commands:
description: |
Namespace data as `KEY=VALUE` pairs.
Keys must be identifiers, and values must be JSON values.
For example: `'YourKey={"your": "value"}'`.
For example: 'YourKey={"your": "value"}'.
Can be passed multiple times.
- name: description
type: string
Expand Down Expand Up @@ -1519,7 +1519,7 @@ commands:
description: |
Dynamic configuration value using `KEY=VALUE` pairs.
Keys must be identifiers, and values must be JSON values.
For example: `'YourKey="YourString"'`.
For example: 'YourKey="YourString"'.
Can be passed multiple times.
- name: log-config
type: bool
Expand Down Expand Up @@ -3078,14 +3078,14 @@ option-sets:
description: |
Set schedule Search Attributes using `KEY="VALUE` pairs.
Keys must be identifiers, and values must be JSON values.
For example: `'YourKey={"your": "value"}'`.
For example: 'YourKey={"your": "value"}'.
Can be passed multiple times.
- name: schedule-memo
type: string[]
description: |
Set schedule memo using `KEY="VALUE` pairs.
Keys must be identifiers, and values must be JSON values.
For example: `'YourKey={"your": "value"}'`.
For example: 'YourKey={"your": "value"}'.
Can be passed multiple times.
- name: workflow-reference
Expand Down Expand Up @@ -3178,7 +3178,7 @@ option-sets:
description: |
Search Attribute in `KEY=VALUE` format.
Keys must be identifiers, and values must be JSON values.
For example: `'YourKey={"your": "value"}'`.
For example: 'YourKey={"your": "value"}'.
Can be passed multiple times.
- name: memo
type: string[]
Expand Down

0 comments on commit fe2c67b

Please sign in to comment.