temporalio / cli

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
https://docs.temporal.io/cli
MIT License
243 stars 32 forks source link

Tweak server start text #554

Closed dandavison closed 2 months ago

dandavison commented 2 months ago

Before

$ temporal server start-dev
Temporal server is running at: localhost:7233
Web UI is running at: http://localhost:8233
Metrics available at: http://localhost:55053/metrics

After

$ temporal server start-dev
Temporal server: localhost:7233
Web UI:          http://localhost:8233
Metrics:         http://localhost:54941/metrics