confluent connect custom-plugin version create

Description

Create a custom connector plugin version.

confluent connect custom-plugin version create [flags]

Flags

    --plugin string                  REQUIRED: ID of custom connector plugin.
    --plugin-file string             REQUIRED: Custom plugin ZIP or JAR file.
    --version-number string          REQUIRED: Version number of custom plugin version.
    --beta                           Mark the custom plugin version as beta.
    --release-notes string           Release notes for custom plugin version.
    --sensitive-properties strings   A comma-separated list of sensitive property names.
    --context string                 CLI context name.
-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 custom connector plugin version for plugin “ccp-123456”.

confluent connect custom-plugin version create --plugin ccp-123456 --plugin-file datagen.zip --version-number 0.0.1 --beta=true --sensitive-properties passwords,keys,tokens

See Also