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

fix(cli): modeline warn output to stderr #3196

Merged
merged 1 commit into from
Apr 13, 2022

Conversation

squakez
Copy link
Contributor

@squakez squakez commented Apr 12, 2022

With this PR we will provide the warning output in the stderr, allowing the user to execute:

$ ./kamel run ./examples/modeline/SampleModeline.java -o yaml 2>/tmp/kamel.log

Which will output the Integration only.

Closes #3177

Release Note

fix(cli): modeline warn output to stderr

Copy link
Member

@tadayosi tadayosi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one!

@squakez squakez merged commit bede427 into apache:main Apr 13, 2022
@squakez squakez deleted the fix/3177_modeline_stderr branch April 13, 2022 14:00
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

Successfully merging this pull request may close these issues.

Make CLI --output argument more clean
2 participants