rpk connect lint
Check a Redpanda Connect configuration file for syntax errors and potential issues without running it.
Examples
This section provides examples of how to use rpk connect lint.
Lint a specific file.
rpk connect lint target.yaml
Lint all YAML files in a directory.
rpk connect lint ./configs/*.yaml
Lint with resource imports.
rpk connect lint -r ./foo.yaml ./bar.yaml
Lint all files in a directory tree.
rpk connect lint ./configs/...
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |