confluent ccpm plugin update

Description

Update an existing Custom Connect Plugin Management (CCPM) type Connect plugin.

confluent ccpm plugin update <id> [flags]

Flags

    --description string   Description of Custom Connect Plugin.
    --name string          Display name of Custom Connect Plugin.
    --environment string   Environment ID.
    --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

Update the name and description of a custom Connect plugin.

confluent ccpm plugin update ccp-123456 --name "Updated Plugin Name" --description "Updated description" --environment env-12345

Update only the name of a custom Connect plugin.

confluent ccpm plugin update ccp-123456 --name "New Plugin Name" --environment env-12345

See Also