Temporal CLI server command reference
Server commands allow you to start and manage the Temporal Server from the command line.
Currently, cli
server functionality extends to starting the Server.
start-dev
The temporal server start-dev
command starts a local Temporal Server.
You can access the Web UI at http://localhost:8233.
The default Frontend Service gRPC port used as a target endpoint for client calls is 7233.
Use the following options to change the behavior of this command.