rpk connect mcp-server lint
Parse Redpanda Connect configs and report any linting errors. Exits with a status code 1 if any linting errors are detected in a directory.
Flags
| Value | Type | Description |
|---|---|---|
|
- |
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 when environment interpolations exist without defaults within configs but aren’t defined. (default: false) |
|
- |
Print the lint result for each target file. (default: false) |
|
- |
Attempt to load secrets from a provided URN. If more than one entry is specified they will be attempted in order until a value is found. Environment variable lookups are specified with the URN env:, which by default is the only entry. In order to disable all secret lookups specify a single entry of |
|
- |
Import environment variables from a dotenv file. |
|
- |
Show help for the command. |