confluent cluster describe

Description

Describe a Kafka cluster.

confluent cluster describe [flags]

Flags

    --url string      REQUIRED: URL to a Confluent cluster.
-o, --output string   Specify the output format as "human", "json", or "yaml". (default "human")

Global Flags

-h, --help            Show help for this command.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

Examples

Discover the cluster ID and Kafka ID for Connect.

confluent cluster describe --url http://localhost:8083

See Also