cli icon indicating copy to clipboard operation
cli copied to clipboard

CLI-3565: bootstrap option not being recognised

Open mcascallares opened this issue 2 years ago • 2 comments

I am trying to use confluent cli against a onprem cluster, and the bootstrap option is not recognised.

Version: v3.1.1 Git Ref: 336dc3b2 Build Date: 2023-02-10T00:08:09Z Go Version: go1.20 X:boringcrypto (darwin/amd64) Development: false

Screenshot 2023-02-17 at 16 56 09

mcascallares avatar Feb 17 '23 15:02 mcascallares

The flags you're seeing seem to correspond with the Confluent Cloud version of this command: https://docs.confluent.io/confluent-cli/current/command-reference/kafka/topic/confluent_kafka_topic_produce.html#flags

Try logging out of Confluent Cloud with confluent logout and then re-run your command.

brianstrauch avatar Feb 17 '23 17:02 brianstrauch

Thanks for your reply brianstrauch

IMHO That behavior with, mode or state (CCloud vs onprem), should be better explained in the CLI help. Just an idea

mcascallares avatar Feb 18 '23 21:02 mcascallares