rpk connect list
List all Redpanda Connect component types.
If any component types are explicitly listed, then only types of those components are shown.
Examples
rpk connect list
bash
rpk connect list --format json inputs output
bash
rpk connect list rate-limits buffers
bash
Flags
Value | Type | Description |
---|---|---|
|
- |
Print the component list in a specific format. Options are text, json, or cue (default: "text"). |
|
- |
Filter the component list to only those matching the given status. Options are stable, beta, or experimental. |
|
- |
Show help. |
Was this helpful?