Issue
Process appears stuck when running an ADS CLI command.
Resolution
If you get stuck running an ADS CLI command and you're not sure what it's doing, kill the process and re-run with --verbose
. If you don't want to kill it, you could also use the following commands:
top
or
ps -ax | grep <text>
These commands and their output can help you to figure out what processes are running.