rpk connect plugin init

This command is experimental and subject to change.

Generate a project on the local filesystem that can be used as a starting point for building a custom component for Redpanda Connect. The command overwrites existing files in the specified directory.

Use this reference to:

  • Find the syntax for creating custom plugins

  • Identify supported languages and component types

Usage

rpk connect plugin init [OPTIONS]

Example

rpk connect plugin init example-plugin

Flags

Option Description

--language, --lang

The programming language for the plugin. Supported languages are golang and python (default: python).

--component

The type of component to generate. Supported components are input, output, and processor (default: processor).

--help, -h

Show help for the command.