<!-- WARNING: This documentation is auto-generated from the confluentinc/cli repository and should not be manually edited. -->

<a id="confluent-ccpm-plugin-version-describe"></a>

# confluent ccpm plugin version describe

## Description

Describe a custom Connect plugin version.

```none
confluent ccpm plugin version describe <id> [flags]
```

## Flags

```none
    --plugin string        REQUIRED: Plugin ID.
    --environment string   Environment ID.
-o, --output string        Specify the output format as "human", "json", or "yaml". (default "human")
```

## Global Flags

```none
-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

Describe a specific version of a custom connect plugin.

```none
confluent ccpm plugin version describe version-789012 --plugin plugin-123456 --environment env-abcdef
```

Get detailed information about version 1.0.0 of a plugin.

```none
confluent ccpm plugin version describe version-1.0.0 --plugin plugin-123456 --environment env-abcdef
```

## See Also

* [confluent ccpm plugin version](index.md#confluent-ccpm-plugin-version) - Manage custom Connect plugin versions.
