doru1004 commented on pull request #1816: URL: https://github.com/apache/camel-k/pull/1816#issuecomment-738092119
I think you raise a really good point. It would be nice if inspect could take an integration name and return its dependencies or some other piece of information about it! I really like that idea. It can't do this today but perhaps it is a feature that other users may find useful? When we started I kind of only needed to look at dependencies and that's why inspect only has dependency-related flags. But it could be extended with more features like the one you suggested above. Ok so that's another good point. If we introduce a local build command it means that we need to make the build files persistent so that after you invoke `local build`, you can then do a `local run` or even a `local run --containerize` using those build files as input. We never really considered a standalone `local build` command so far because we always assumed that the respective run command will do the build under the hood. Would it be of interest to expose this step ? @nicolaferraro ---------------------------------------------------------------- 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: us...@infra.apache.org