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

feat(cli): kamel bind --trait option #3070

Merged
merged 2 commits into from
Mar 7, 2022

Conversation

squakez
Copy link
Contributor

@squakez squakez commented Mar 2, 2022

With this PR we'll include the kamel bind --trait option which will simplify the trait settings from CLI, ie:

kamel bind timer:foo log:bar -t logging.level=DEBUG

Closes #2596

Release Note

feat(cli): kamel bind --trait option

* Add the possibility to use -t/--trait feature directly on bind
* Code refactorying to reduce duplicates in cmd/run
* Provided a cleaner output for run command

Closes apache#2596
We must clean those settings that may influence other unit tests
@squakez squakez merged commit 64714bf into apache:main Mar 7, 2022
@squakez squakez deleted the feat/2596_bind_trait branch March 7, 2022 08:39
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.

Allow trait customization through kamel bind
3 participants