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
Definition for the config command option.
Learn more - --db-filename
temporal db-filename
Definition for the db-filename command option.
Learn more - --dynamic-config-value
temporal dynamic-config-value
Definition for the dynamic-config-value command option.
Learn more - --headless
temporal headless
Definition for the headless command option.
Learn more - --ip
temporal ip
Definition for the ip command option.
Learn more - --log-format
temporal log-format
Definition for the log-format command option.
Learn more - --log-level
temporal log-level
Definition for the log-level command option.
Learn more - --metrics-port
temporal metrics-port
Definition for the metrics-port command option.
Learn more - --namespace
temporal namespace
Definition for the namespace command option.
Learn more - --port
temporal port
Definition for the port command option.
Learn more - --sqlite-pragma
temporal sqlite-pragma
Definition for the sqlite-pragma command option.
Learn more - --ui-asset-path
temporal ui-asset-path
Definition for the ui-asset-path command option.
Learn more - --ui-codec-endpoint
temporal ui-codec-endpoint
Definition for the ui-codec-endpoint command option.
Learn more - --ui-ip
temporal ui-ip
Definition for the ui-ip command option.
Learn more - --ui-port
temporal ui-port
Definition for the ui-port command option.
Learn more