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
247 stars 34 forks source link

Tweak server start-up text #624

Closed dandavison closed 1 month ago

dandavison commented 1 month ago

Another iteration of tweaking the start-up message:

Was:

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

Becomes:

$ temporal server start-dev
CLI 0.0.0-DEV (Server 1.24.1, UI 2.28.0)

Server:  localhost:7233
UI:      http://localhost:8233
Metrics: http://localhost:58550/metrics