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.