Temporal CLI command options reference
active-cluster
Active cluster name.
activity-id
Identifies the Activity Execution.
address
The host and port (formatted as host:port) for the Temporal Frontend Service.
archived
List archived Workflow Executions.
Currently an experimental feature.
build-id
Identifies the build to retrieve reachability information for. Can be specified multiple times.
calendar
Calendar specification in JSON ({"dayOfWeek":"Fri","hour":"17","minute":"5"})
or as a Cron string ("30 2 \* \* 5" or "@daily")
.
catchup-window
Maximum allowed catch-up time if server is down.
cluster
Cluster name.
codec-auth
Sets the authorization header on requests to the Codec Server.
codec-endpoint
Endpoint for a remote Codec Server.
color
When to use color: auto, always, never. (default: auto)
concurrency
Request concurrency.
context-timeout
An optional timeout for the context of an RPC call (in seconds).
cron
The Cron schedule can be formatted like the following:
┌───────────── minute (0 - 59)
│ ┌───────────── hour (0 - 23)
│ │ ┌───────────── day of the month (1 - 31)
│ │ │ ┌───────────── month (1 - 12)
│ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday)
│ │ │ │ │
* * * * *
data
Namespace data in a key=value format.
Values must be in JSON format.
db-filename
File in which to persist Temporal state. By default, Workflows are lost when the process dies.