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.

Usage

rpk connect mcp-server lint [command options]

Examples

rpk connect mcp-server lint .
rpk connect mcp-server lint ./foo

Flags

Value Type Description

--deprecated

-

Print linting errors for the presence of deprecated fields. (default: false)

--labels

-

Print linting errors when components do not have labels. (default: false)

--skip-env-var-check

-

Do not produce lint errors when environment interpolations exist without defaults within configs but aren’t defined. (default: false)

--verbose

-

Print the lint result for each target file. (default: false)

--secrets env: [ --secrets env: ]

-

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 none:. (default: "env:")

--env-file value, -e value [ --env-file value, -e value ]

-

Import environment variables from a dotenv file.

--help, -h

-

Show help for the command.