confluentinc/examples

Start.sh does not detect ccloud

gaukharaya opened this issue · 2 comments

Hi,

I have ccloud installed and its login is saved, however when I run ./start.sh the script fails with 'ccloud' is not found.

image

Environment

  • GitHub branch: 6.1.1-post
  • Operating System: Ubuntu 20.04.2 LTS
  • Version of Docker: Docker version 20.10.6, build 370c289
  • Version of Docker Compose: docker-compose version 1.29.2, build 5becea4c

@gaukharaya this line is how ccloud is checked: https://github.com/confluentinc/examples/blob/6.1.1-post/utils/ccloud_library.sh#L70

Maybe you can try the command on its own to see what happens? type ccloud

Thank you for speedy response, I am on windows and was using alias.

type ccloud returned ccloud is aliased to ccloud.exe'`

I modified ccloud reference to ccloud.exe in ccloud_library.sh as a workaround