kestra-io/kestra

CLI: log Kestra UI URL when the server is ready

Chiusa

#15.987 aperta il 11 mag 2026

 (14 commenti) (1 reazione) (0 assegnatari)Java (2579 fork)batch import
area/backendgood first issuekind/quick-win

Metriche repository

Star
 (26.854 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Feature description

When starting Kestra via the CLI, there's no log line telling the user where to open the UI. New users have to guess the URL or check the docs.

We already have what we need to print it: micronaut.server.host, the actual bound port from EmbeddedServer, and micronaut.server.context-path for reverse-proxied setups.

After the server is up, print one line:

Kestra is ready at http://localhost:8080

Apply to server standalone, server local, and webserver. Skip headless components.

Guida contributor