Skip to content

Commit

Permalink
feat: add --format to describe
Browse files Browse the repository at this point in the history
Adds format flag to describe
Supports JSON and YAML
  • Loading branch information
gene-redpanda authored and r-vasquez committed Nov 19, 2024
1 parent 88fbfb5 commit 60ca935
Show file tree
Hide file tree
Showing 3 changed files with 1,004 additions and 235 deletions.
2 changes: 1 addition & 1 deletion src/go/rpk/pkg/cli/topic/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ go_library(
"@com_github_twmb_franz_go_pkg_kadm//:kadm",
"@com_github_twmb_franz_go_pkg_kmsg//:kmsg",
"@com_github_twmb_franz_go_pkg_sr//:sr",
"@com_github_twmb_types//:types",
"@org_uber_go_zap//:zap",
],
)
Expand All @@ -55,6 +54,7 @@ go_test(
deps = [
"//src/go/rpk/pkg/config",
"@com_github_spf13_afero//:afero",
"@com_github_stretchr_testify//assert",
"@com_github_stretchr_testify//require",
"@com_github_twmb_franz_go//pkg/kerr",
"@com_github_twmb_franz_go_pkg_kadm//:kadm",
Expand Down
Loading

0 comments on commit 60ca935

Please sign in to comment.