confluentinc / confluent-cli

Confluent Platform CLI
Other
60 stars 38 forks source link

Unable to start confluent on my local #142

Closed rishabh-nutanix closed 2 years ago

rishabh-nutanix commented 2 years ago

I am using the following command confluent local services start

which throws the following error

Using CONFLUENT_CURRENT: /var/folders/t6/nggq0s417tj5hr40t184_1y80000gp/T/confluent.821905 panic: runtime error: index out of range [1] with length 0

OneCricketeer commented 2 years ago

This repo is for a different CLI. The error you're getting is from Go code using the binary mentioned in the README

rishabh-nutanix commented 2 years ago

This repo is for a different CLI. The error you're getting is from Go code using the binary mentioned in the README

Yeah had realised that. Thanks.