Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1022 Bytes

File metadata and controls

47 lines (34 loc) · 1022 Bytes

rhoas kafka

Create, view, use and manage your Kafka instances

Synopsis

Perform various operations on your Kafka instances.

Examples

# create a Kafka instance
$ rhoas kafka create

# list Kafka instances
$ rhoas kafka list

# create a Kafka topic
$ rhoas kafka topics create --name "my-kafka-topic"

Options

  -h, --help   help for kafka

Options inherited from parent commands

  -d, --debug   Enable debug mode

SEE ALSO