You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mcruzdev@salaboy
I understood that you need a command creation for getting zeebe client details from camunda api.I gone through the source code of your project and I understood that you have written the script for getting the zeebe client in client.go file and needed a command for it.
I am learning go and it would be very helpful if you could assign this issue for me so that i can contribute the solution for the issue.
Hoping a positive reply
Like cc-ctl clusters get --id
We need to create a command to get zeebe client details from Camunda API. See http://docs.camunda.io/docs/reference/cloud-console-api-reference/.
Expected command:
cc-ctl zb-client get --cluster=<cluster_id> --details=<client_id>
The text was updated successfully, but these errors were encountered: