Skip to content

Commit

Permalink
add missing command options
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Prasek <[email protected]>
  • Loading branch information
prasek committed Oct 11, 2024
1 parent ade7de9 commit 44bdcb0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
24 changes: 24 additions & 0 deletions docs/cli/cmd-options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ Identifies the Activity Execution.

The host and port (formatted as host:port) for the Temporal Frontend Service.

## api-key

API key for request.

## archived

List archived Workflow Executions.
Expand Down Expand Up @@ -348,6 +352,10 @@ Backfill end time.

Name of the environment to read environmental variables from.

## env-file

Path to environment settings file. (defaults to `$HOME/.config/temporalio/temporal.yaml`).

## event-id

The Event Id for any Event after WorkflowTaskStarted you want to reset to (exclusive).
Expand Down Expand Up @@ -522,6 +530,10 @@ Namespace Id.
Disable folding.
All Child Workflows within the set depth will be fetched and displayed.

## no-json-shorthand-payloads

Raw payload output, even if they are JSON.

## no-pager

Disables the interactive pager.
Expand Down Expand Up @@ -693,10 +705,18 @@ Format time as: relative, iso, raw.

Time zone (IANA name).

## tls-ca-data

Data for server CA certificate. Can't be used with --tls-ca-path.

## tls-ca-path

Path to server CA certificate.

## tls-cert-data

Data for x509 certificate. Can't be used with --tls-cert-path.

## tls-cert-path

Path to x509 certificate.
Expand All @@ -705,6 +725,10 @@ Path to x509 certificate.

Disables TLS host name verification.

## tls-key-data

Private certificate key data. Can't be used with --tls-key-path.

## tls-key-path

Path to private certificate key.
Expand Down
10 changes: 0 additions & 10 deletions docs/cli/operator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -622,8 +622,6 @@ Use the following options to change the behavior of this command.

- [--color](/cli/cmd-options#color)

- [--command-timeout](/cli/cmd-options#command-timeout)

- [--description](/cli/cmd-options#description)

- [--description-file](/cli/cmd-options#description-file)
Expand Down Expand Up @@ -692,8 +690,6 @@ Use the following options to change the behavior of this command.

- [--color](/cli/cmd-options#color)

- [--command-timeout](/cli/cmd-options#command-timeout)

- [--env](/cli/cmd-options#env)

- [--env-file](/cli/cmd-options#env-file)
Expand Down Expand Up @@ -752,8 +748,6 @@ Use the following options to change the behavior of this command.

- [--color](/cli/cmd-options#color)

- [--command-timeout](/cli/cmd-options#command-timeout)

- [--env](/cli/cmd-options#env)

- [--env-file](/cli/cmd-options#env-file)
Expand Down Expand Up @@ -812,8 +806,6 @@ Use the following options to change the behavior of this command.

- [--color](/cli/cmd-options#color)

- [--command-timeout](/cli/cmd-options#command-timeout)

- [--env](/cli/cmd-options#env)

- [--env-file](/cli/cmd-options#env-file)
Expand Down Expand Up @@ -890,8 +882,6 @@ Use the following options to change the behavior of this command.

- [--color](/cli/cmd-options#color)

- [--command-timeout](/cli/cmd-options#command-timeout)

- [--description](/cli/cmd-options#description)

- [--description-file](/cli/cmd-options#description-file)
Expand Down

0 comments on commit 44bdcb0

Please sign in to comment.