squakez opened a new issue, #3836: URL: https://github.com/apache/camel-k/issues/3836
It would be nice to expose certain runtime details directly in the `kamel` cli. Right now we are able to get the runtime version. From there, we could dig into the related `CamelCatalog` and extract metadata, ie: ``` kubectl get camelcatalog camel-catalog-1.14.0 -o yaml ... metadata: camel-quarkus.version: 2.11.0 camel.version: 3.18.0 quarkus.version: 2.11.3.Final provider: quarkus version: 1.14.0 ``` In particual, the Camel version could be an intersting information to extract in order to be able to test locally with Camel JBang. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org