Temporal CLI server command reference
Server commands allow you to start and manage the Temporal Server 🔗
x
Link previewWhat is the Temporal Server?
The Temporal Server is a grouping of four horizontally scalable services.
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 🔗
xLink previewtemporal configPath to config directory.- xLink previewtemporal db-filenameFile in which to persist Temporal state.
- xLink previewtemporal dynamic-config-valueDynamic config value, as KEY=JSON_VALUE.
- xLink previewtemporal headlessDisable the Web UI.
--ip 🔗
xLink previewtemporal ipIPv4 address to bind the frontend service to.- xLink previewtemporal log-formatSet the log formatting.
- xLink previewtemporal log-levelSet the log level.
- xLink previewtemporal metrics-portPort for /metrics
- xLink previewtemporal namespaceIdentifies a Namespace in the Temporal Workflow.
--port 🔗
xLink previewtemporal portPort for the frontend gRPC service.- xLink previewtemporal sqlite-pragmaSpecify sqlite pragma statements in pragma=value format.
- xLink previewtemporal ui-asset-pathUI Custom Assets path.
- xLink previewtemporal ui-codec-endpointUI Remote data converter HTTP endpoint.
--ui-ip 🔗
xLink previewtemporal ui-ipIPv4 address to bind the Web UI to.- xLink previewtemporal ui-portPort for the Web UI.