Skip to content

Commit 4fbdf28

Browse files
authored
DOC-881 update rpk with v24.3.2 (#932)
1 parent 2a4e9bd commit 4fbdf28

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

modules/reference/pages/rpk/rpk-security/rpk-security-user-update.adoc

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CAUTION: The default value for the `--mechanism` flag is `SCRAM-SHA-256`. Set th
1515

1616
[,bash]
1717
----
18-
rpk security user update [USER] --new-password [PW] [flags]
18+
rpk security user update [USER] --new-password [PW] --mechanism [MECHANISM] [flags]
1919
----
2020

2121
== Flags
@@ -26,8 +26,7 @@ rpk security user update [USER] --new-password [PW] [flags]
2626

2727
|-h, --help |- |Help for update.
2828

29-
|--mechanism |string |SASL mechanism to use for the user you are
30-
updating. Case insensitive. Acceptable values: `scram-sha-256`, `scram-sha-512`. (default `scram-sha-256`).
29+
|--mechanism |string |SASL mechanism to use for the user you are updating. Case insensitive. Acceptable values: `SCRAM-SHA-256`, `SCRAM-SHA-512`.
3130

3231
|--new-password |string |New user's password.
3332

modules/reference/pages/rpk/rpk-topic/rpk-topic-describe.adoc

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
This command prints detailed information about topics. There are three potential views: a summary of the topic, the topic configurations, and a detailed
55
partitions section. By default, the summary and configs sections are printed.
66

7+
Using the `--format` flag with either JSON or YAML prints all the topic information.
8+
79
The `--regex` flag (`-r`) parses arguments as regular expressions and describes topics that match any of the expressions.
810

911
== Usage
@@ -32,6 +34,8 @@ describe, info
3234

3335
|-c, --print-configs |- |Print the config section.
3436

37+
|--format |string |Output format. Possible values: `json`, `yaml`, `text`, `wide`, `help`. Default: `text`.
38+
3539
|-p, --print-partitions |- |Print the detailed partitions section.
3640

3741
|-s, --print-summary |- |Print the summary section.

0 commit comments

Comments
 (0)