Cli command to open chrome devtools debugging

Currently I have to go to chrome://inspect and click inspect. Is it possible to automate this? After running npm cap run android I would like to automatically have DevTools opened.

image