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 合并指标
 (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.

贡献者指南