Temporal CLI server command reference
Server commands allow you to start and manage the Temporal ServerWhat is the Temporal Server?
The Temporal Server is a grouping of four horizontally scalable services.
Learn more from the command line.
Currently, cli
server functionality extends to starting the Server.
start-dev
The temporal server start-dev
command starts the Temporal Server on localhost:7233
.
The results of any command run on the Server can be viewed at http://localhost:7233.
- --config
temporal config
Path to config directory.
Learn more - --db-filename
temporal db-filename
File in which to persist Temporal state.
Learn more - --dynamic-config-value
temporal dynamic-config-value
Dynamic config value, as KEY=JSON_VALUE.
Learn more - --headless
temporal headless
Disable the Web UI.
Learn more - --ip
temporal ip
IPv4 address to bind the frontend service to.
Learn more - --log-format
temporal log-format
Set the log formatting.
Learn more - --log-level
temporal log-level
Set the log level.
Learn more - --metrics-port
temporal metrics-port
Port for /metrics
Learn more - --namespace
temporal namespace
Identifies a Namespace in the Temporal Workflow.
Learn more - --port
temporal port
Port for the frontend gRPC service.
Learn more - --sqlite-pragma
temporal sqlite-pragma
Specify sqlite pragma statements in pragma=value format.
Learn more - --ui-asset-path
temporal ui-asset-path
UI Custom Assets path.
Learn more - --ui-codec-endpoint
temporal ui-codec-endpoint
UI Remote data converter HTTP endpoint.
Learn more - --ui-ip
temporal ui-ip
IPv4 address to bind the Web UI to.
Learn more - --ui-port
temporal ui-port
Port for the Web UI.
Learn more