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): stop printing <nil> at the end of kamel describe output #2350

Merged
merged 1 commit into from
Jun 3, 2021

Conversation

tadayosi
Copy link
Member

@tadayosi tadayosi commented Jun 3, 2021

Before:

$ kamel describe platform camel-k
Name:                camel-k
Namespace:           test
Labels:              app=camel-k
Creation Timestamp:  Tue, 01 Jun 2021 15:48:58 +0900
Phase:               Ready
Version:             1.5.0-SNAPSHOT
Base Image:          adoptopenjdk/openjdk11:slim
Runtime Version:     1.7.0
Local Repository:    /tmp/artifacts/m2
Publish Strategy:    Spectrum
<nil>

After:

$ ./kamel describe ip camel-k
Name:                camel-k
Namespace:           test
Labels:              app=camel-k
Creation Timestamp:  Tue, 01 Jun 2021 15:48:58 +0900
Phase:               Ready
Version:             1.5.0-SNAPSHOT
Base Image:          adoptopenjdk/openjdk11:slim
Runtime Version:     1.7.0
Local Repository:    /tmp/artifacts/m2
Publish Strategy:    Spectrum

@astefanutti astefanutti merged commit 4f36f85 into apache:main Jun 3, 2021
@nicolaferraro nicolaferraro mentioned this pull request Jul 2, 2021
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.

None yet

3 participants