Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a cli subcommand to inspect dependencies required by an Integration #1738

Closed
lburgazzoli opened this issue Oct 2, 2020 · 3 comments
Closed
Milestone

Comments

@lburgazzoli
Copy link
Contributor

Something like:

kamel inspect MyIntegration.java

That could ouput a json document listing the dependencies an integration requries

@nicolaferraro nicolaferraro added this to the 1.3.0 milestone Oct 2, 2020
@doru1004
Copy link
Contributor

doru1004 commented Oct 2, 2020

Sounds great! This would be a very useful feature to have.
Would this command be able to support an option that would print all transitive dependencies also? Something like:

kamel inspect -transitive-dependencies Integration.java

@doru1004
Copy link
Contributor

The patch for outputting all the transitive dependencies is now available: #1777

@astefanutti
Copy link
Member

I think it's been fixed with #1777 and #2048.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants