bfitzpat opened a new issue #893: Improve kamel "get" to enable specifying integration name URL: https://github.com/apache/camel-k/issues/893 Right now calling `kamel get` returns a list of all integrations and their status: ` $ kamel get NAME PHASE CONTEXT sample Running kit-bl0tq3m6e0nii5b92dhg simple Running kit-bl10do66e0nii5b92dj0 ` It would be great to be able to focus on a single integration to get the status. Something like: ` $ kamel get simple NAME PHASE CONTEXT simple Running kit-bl10do66e0nii5b92dj0 `
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
