Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rpk cluster quotas alter [flags]

|--delete |strings |Key of the quota to delete (repeatable).

|--dry |- |Key of the quota to delete (repeatable).
|--dry |- |Perform a dry run. Show what would be done, but do not execute the command.

|--format |string |Output format. Possible values: `json`, `yaml`, `text`, `wide`, `help`. Default: `text`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ rpk group describe [GROUPS...] [flags]

|-h, --help |- |Help for describe.

|-i, --instance-ID |- |Include each group member's instance ID.

|-c, --print-commits |- |Print only the group commits section.

|-s, --print-summary |- |Print only the group summary section.
Expand Down