-
Notifications
You must be signed in to change notification settings - Fork 592
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
rpk: add --format flag to rpk topic describe
#24387
Conversation
faf1c11
to
14112a3
Compare
/dt |
14112a3
to
c05443f
Compare
/dt |
the below tests from https://buildkite.com/redpanda/redpanda/builds/59139#0193898e-873a-4163-b3a7-f1c924b80eba have failed and will be retried
|
Adds format flag to rpk topic describe. Supports JSON and YAML
c05443f
to
b773a06
Compare
rpk topic describe
rpk topic describe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Retry command for Build#59187please wait until all jobs are finished before running the slash command
|
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/59187#01938e5c-db8c-4a15-8f3f-e4b2559a9cfa:
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/59187#01938e5c-db92-446d-8a33-214acd316f85:
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/59187#01938e78-9377-4443-8943-caea72010d16:
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/59187#01938e78-9378-492b-98a6-b76f343cd4a9:
|
^ Unrelated License enforcement issues were fixed by #24426 I'm going to retry the whole CI pipeline just to make sure we are good. |
/backport v24.3.x |
Continuation of https://github.com/redpanda-data/redpanda/pull/23418/files
This PR introduces the support of
--format
flag torpk topic describe
.Example output:
Fixes ENG-124
Backports Required
Release Notes
Improvements
rpk topic describe
now supports the--format
flag to display the output in either JSON or YAML.