rpk connect template

Work with Redpanda Connect templates. Templates allow you to define reusable configuration patterns.

This subcommand, and templates in general, are experimental and subject to change outside of major version releases.

Usage

rpk connect template [flags]

Subcommands

Command Description

rpk connect template lint

Lint Redpanda Connect template files. Exits with a status code 1 if any linting errors are detected.

Global flags

Value Type Description

--config

string

Redpanda or rpk config file; default search paths are ~/.config/rpk/rpk.yaml, $PWD/redpanda.yaml, and /etc/redpanda/redpanda.yaml.

-X, --config-opt

stringArray

Override rpk configuration settings; -X help for detail or -X list for terser detail.

--ignore-profile

bool

Ignore rpk.yaml and redpanda.yaml; use default settings.

--profile

string

rpk profile to use.

-v, --verbose

bool

Enable verbose logging.

Suggested reading