Streaming
Streaming releases
Beta
0
Supported
0
End of life
0
v25.2
Released
Jul 2025
Ended
Jul 2026
End of life
v25.1
Released
Apr 2025
Ended
Apr 2026
End of life
v24.3
Released
Dec 2024
Ended
Dec 2025
End of life
v24.2
Released
Jul 2024
Ended
Jul 2025
End of life
v24.1
Released
Apr 2024
Ended
Apr 2025
End of life
v23.3
Released
Dec 2023
Ended
Dec 2024
End of life
rpk connect lint
Parse Redpanda Connect configs and report any linting errors. Exits with a status code 1 if any linting errors are detected.
If a path ends with …, Redpanda Connect lints any files with the .yaml or .yml extension.
Examples
rpk connect lint target.yaml
rpk connect lint ./configs/*.yaml
rpk connect lint -r ./foo.yaml ./bar.yaml
rpk connect lint ./configs/...
Flags
| Value | Type | Description |
|---|---|---|
|
- |
Pulls in extra resources from a file, which you can reference with a unique label in the main configuration. Supports glob patterns (requires quotes). |
|
- |
Print linting errors for the presence of deprecated fields (default: false). |
|
- |
Print linting errors when components do not have labels (default: false). |
|
- |
Do not produce lint errors for environment interpolations missing defaults (default: false). |
|
- |
Show help. |
Was this helpful?