confluent connect custom-plugin version update¶
Description¶
Update a custom connector plugin version metadata.
confluent connect custom-plugin version update [flags]
Flags¶
--plugin string REQUIRED: ID of custom connector plugin.
--version string REQUIRED: ID of custom connector plugin version.
--version-number string 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.
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¶
Update custom connector plugin version number, beta and sensitive properties for plugin “ccp-123456” version “ver-12345.”
confluent connect custom-plugin version update --plugin ccp-123456 --version ver-12345 --version-number 0.0.1 --beta=true --sensitive-properties passwords,keys,tokens
Update release notes for custom connector plugin “ccp-123456” version “ver-12345.”
confluent connect custom-plugin version update --plugin ccp-123456 --version ver-12345 --release-notes "New release."
See Also¶
- confluent connect custom-plugin version - Manage custom connector plugin versions.