kestra-io/kestra

CLI: log Kestra UI URL when the server is ready

Fechada

#15.987 aberto em 11 de mai. de 2026

 (14 comentários) (1 reação) (0 responsável)Java (2.579 forks)batch import
area/backendgood first issuekind/quick-win

Métricas do repositório

Stars
 (26.854 estrelas)
Métricas de merge de PR
 (Mesclagem média 1d 19h) (495 fundiu PRs em 30d)

Description

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.

Guia do colaborador