Skip to content

Commit

Permalink
🏁 Releasing version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 2, 2022
1 parent 5788389 commit de4e3c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions cluster-state/docs/kfk-cluster-state.adoc
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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*=_<prefix>_] [*-t*=_<topics>_]...
(*-c*=_<configPath>_ | [*--kafka*=_<kafkaContextName>_
[*--sr*=_<srContextName>_]])
*kfk-cluster-state* [*-hV*] [*--pretty*] [*-p*=_<prefix>_] [*--prop*=_<String=String>_]...
[*-t*=_<topics>_]... ([*-c*=_<configPath>_]
[*--kafka*=_<kafkaContextName>_ [*--sr*=_<srContextName>_]])

// end::picocli-generated-man-section-synopsis[]

Expand Down Expand Up @@ -54,6 +54,9 @@ List Kafka topics with metadata, partitions, replica placement, configuration,
*--pretty*::
Print pretty/formatted JSON

*--prop*=_<String=String>_::
Additional client properties

*--sr*=_<srContextName>_::
Schema Registry context name

Expand Down
2 changes: 1 addition & 1 deletion cluster-state/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>kafka-cli-cluster-state</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>

<name>kafka-cli-cluster-state</name>
<description>Kafka: CLI: Topic List: Expand Kafka topic listing with Offsets and more.</description>
Expand Down

0 comments on commit de4e3c4

Please sign in to comment.