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

Refactor version display #86

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Conversation

azgabur
Copy link
Contributor

@azgabur azgabur commented Jun 4, 2024

Currently the kuadrantctl version is printed as a log message on stderr. This change will simplify the version string and make it print out on stdout.
Old:

$ kuadrantctl version
{"level":"info","ts":"2024-06-04T17:04:46+02:00","msg":"kuadrantctl version: v0.0.0"}

New:

$ kuadrantctl version
kuadrantctl v0.0.0

@azgabur azgabur requested a review from eguzki June 4, 2024 15:12
@R-Lawton R-Lawton merged commit 08f8fbf into Kuadrant:main Jun 5, 2024
5 checks passed
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