kestra-io/kestra

CLI: log Kestra UI URL when the server is ready

已關閉

#15,987 建立於 2026年5月11日

 (14 則留言) (1 個反應) (0 位負責人)Java (2,579 個分叉)batch import
area/backendgood first issuekind/quick-win

倉庫指標

星標
 (26,854 顆星)
PR 合併指標
 (平均合併 1天 19小時) (30 天內合併 495 個 PR)

描述

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.

貢獻者指南