You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/defs-flags.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ const (
6
6
FlagAddrDefinition="The host and port (formatted as host:port) for the Temporal Frontend Service."
7
7
FlagNSAliasDefinition="Identifies a Namespace in the Temporal Workflow."
8
8
FlagMetadataDefinition="Contains gRPC metadata to send with requests (formatted as key=value)."
9
-
FlagTLSDefinition="Enable TLS encryption without additional options such as mTLS or client certificates"
9
+
FlagTLSDefinition="Enable TLS encryption without additional options such as mTLS or client certificates."
10
10
FlagTLSCertPathDefinition="Path to x509 certificate."
11
11
FlagTLSKeyPathDefinition="Path to private certificate key."
12
12
FlagTLSCaPathDefinition="Path to server CA certificate."
@@ -65,6 +65,7 @@ const (
65
65
FlagCancelWorkflow="Cancel Workflow Execution with given Workflow Id."
66
66
FlagWorkflowIDTerminate="Terminate Workflow Execution with given Workflow Id."
67
67
FlagQueryTerminate="Terminate Workflow Executions with given List Filter."
68
+
FlagQueryDelete="Delete Workflow Executions with given List Filter."
68
69
FlagEventIDDefinition="The Event Id for any Event after WorkflowTaskStarted you want to reset to (exclusive). It can be WorkflowTaskCompleted, WorkflowTaskFailed or others."
69
70
FlagQueryResetBatch="Visibility Query of Search Attributes describing the Workflow Executions to reset. See https://docs.temporal.io/docs/tctl/workflow/list#--query."
70
71
FlagInputFileReset="Input file that specifies Workflow Executions to reset. Each line contains one Workflow Id as the base Run and, optionally, a Run Id."
0 commit comments