Command Entrypoint
bin/seatunnel-connector.sh
Options
Usage: seatunnel-connector.sh [options]  Options:    -h, --help         Show the usage message    -l, --list         List all supported plugins(sources, sinks, transforms)                        (default: false)    -o, --option-rule  Get option rule of the plugin by the plugin                        identifier(connector name or transform name)    -pt, --plugin-type SeaTunnel plugin type, support [source, sink,                        transform]
Example
# List all supported connectors(sources and sinks) and transformsbin/seatunnel-connector.sh -l# List all supported sinksbin/seatunnel-connector.sh -l -pt sink# Get option rule of the connector or transform by the namebin/seatunnel-connector.sh -o Paimon# Get option rule of paimon sinkbin/seatunnel-connector.sh -o Paimon -pt sink