From de4e3c42a84c33542e28927885f0eaed6757de3c Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 12:15:11 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=81=20Releasing=20version=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cluster-state/docs/kfk-cluster-state.adoc | 13 ++++++++----- cluster-state/pom.xml | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/cluster-state/docs/kfk-cluster-state.adoc b/cluster-state/docs/kfk-cluster-state.adoc index c558a9e..c96861d 100644 --- a/cluster-state/docs/kfk-cluster-state.adoc +++ b/cluster-state/docs/kfk-cluster-state.adoc @@ -1,9 +1,9 @@ // tag::picocli-generated-full-manpage[] // tag::picocli-generated-man-section-header[] :doctype: manpage -:revnumber: kafka-cli-cluster-state version 0.3.0 +:revnumber: kafka-cli-cluster-state version 0.3.1 :manmanual: Kfk-cluster-state Manual -:mansource: kafka-cli-cluster-state version 0.3.0 +:mansource: kafka-cli-cluster-state version 0.3.1 :man-linkstyle: pass:[blue R < >] = kfk-cluster-state(1) @@ -21,9 +21,9 @@ kfk-cluster-state - List Kafka topics with metadata, partitions, replica placeme // tag::picocli-generated-man-section-synopsis[] == Synopsis -*kfk-cluster-state* [*-hV*] [*--pretty*] [*-p*=__] [*-t*=__]... - (*-c*=__ | [*--kafka*=__ - [*--sr*=__]]) +*kfk-cluster-state* [*-hV*] [*--pretty*] [*-p*=__] [*--prop*=__]... + [*-t*=__]... ([*-c*=__] + [*--kafka*=__ [*--sr*=__]]) // end::picocli-generated-man-section-synopsis[] @@ -54,6 +54,9 @@ List Kafka topics with metadata, partitions, replica placement, configuration, *--pretty*:: Print pretty/formatted JSON +*--prop*=__:: + Additional client properties + *--sr*=__:: Schema Registry context name diff --git a/cluster-state/pom.xml b/cluster-state/pom.xml index f5d34fd..c89d475 100644 --- a/cluster-state/pom.xml +++ b/cluster-state/pom.xml @@ -11,7 +11,7 @@ kafka-cli-cluster-state - 0.3.1-SNAPSHOT + 0.3.1 kafka-cli-cluster-state Kafka: CLI: Topic List: Expand Kafka topic listing with Offsets and more.