Skip to content

Commit 44bdcb0

Browse files
committed
add missing command options
Signed-off-by: Phil Prasek <prasek@gmail.com>
1 parent ade7de9 commit 44bdcb0

2 files changed

Lines changed: 24 additions & 10 deletions

File tree

docs/cli/cmd-options.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@ Identifies the Activity Execution.
234234

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

237+
## api-key
238+
239+
API key for request.
240+
237241
## archived
238242

239243
List archived Workflow Executions.
@@ -348,6 +352,10 @@ Backfill end time.
348352

349353
Name of the environment to read environmental variables from.
350354

355+
## env-file
356+
357+
Path to environment settings file. (defaults to `$HOME/.config/temporalio/temporal.yaml`).
358+
351359
## event-id
352360

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

533+
## no-json-shorthand-payloads
534+
535+
Raw payload output, even if they are JSON.
536+
525537
## no-pager
526538

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

694706
Time zone (IANA name).
695707

708+
## tls-ca-data
709+
710+
Data for server CA certificate. Can't be used with --tls-ca-path.
711+
696712
## tls-ca-path
697713

698714
Path to server CA certificate.
699715

716+
## tls-cert-data
717+
718+
Data for x509 certificate. Can't be used with --tls-cert-path.
719+
700720
## tls-cert-path
701721

702722
Path to x509 certificate.
@@ -705,6 +725,10 @@ Path to x509 certificate.
705725

706726
Disables TLS host name verification.
707727

728+
## tls-key-data
729+
730+
Private certificate key data. Can't be used with --tls-key-path.
731+
708732
## tls-key-path
709733

710734
Path to private certificate key.

docs/cli/operator.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,6 @@ Use the following options to change the behavior of this command.
622622

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

625-
- [--command-timeout](/cli/cmd-options#command-timeout)
626-
627625
- [--description](/cli/cmd-options#description)
628626

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

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

695-
- [--command-timeout](/cli/cmd-options#command-timeout)
696-
697693
- [--env](/cli/cmd-options#env)
698694

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

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

755-
- [--command-timeout](/cli/cmd-options#command-timeout)
756-
757751
- [--env](/cli/cmd-options#env)
758752

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

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

815-
- [--command-timeout](/cli/cmd-options#command-timeout)
816-
817809
- [--env](/cli/cmd-options#env)
818810

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

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

893-
- [--command-timeout](/cli/cmd-options#command-timeout)
894-
895885
- [--description](/cli/cmd-options#description)
896886

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

0 commit comments

Comments
 (0)