confluent ccpm plugin create

Description

Create a custom Connect plugin.

confluent ccpm plugin create [flags]

Flags

    --name string          REQUIRED: Display name of the custom Connect plugin.
    --cloud string         REQUIRED: Specify the cloud provider as "aws", "azure", or "gcp".
    --environment string   Environment ID.
    --description string   Description of the custom Connect plugin.
-o, --output string        Specify the output format as "human", "json", or "yaml". (default "human")

Global Flags

-h, --help            Show help for this command.
    --unsafe-trace    Equivalent to -vvvv, but also log HTTP requests and responses which might contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

Examples

Create a custom Connect plugin for AWS.

confluent ccpm plugin create --name "My Custom Plugin" --cloud AWS --description "A custom connector for data processing" --environment env-12345

Create a custom Connect plugin for GCP with minimal description.

confluent ccpm plugin create --name "GCP Data Connector" --cloud GCP --environment env-abcdef

See Also