How to automate/Trigger local CLI though BitBucket

hi @viktorbenei

I need your help to configure my local CLI (Which is working fine) to automate, So that if any developer commit code on Master branch my local CLI runs automatically.

Currently to run I have to go to Terminal and then need to run bitrise --ci run deploy to start the process and Now I want to automate this or trigger when we have any commit on master branch just like Bitrise.io

Hi @vivek12585,

The CLI itself is not enough for that; to detect code changes you need a server which either polls the code periodically or handles webhooks.

For more info please see this related discussion:

If you have any questions just let us know!