confluent ccpm plugin list¶
Flags¶
--environment string Environment ID.
--cloud string Specify the cloud provider as "aws", "azure", or "gcp".
-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¶
List all custom Connect plugins in an environment.
confluent ccpm plugin list --environment env-12345
List custom Connect plugins filtered by cloud provider.
confluent ccpm plugin list --environment env-12345 --cloud AWS
See Also¶
- confluent ccpm plugin - Manage custom Connect plugins.