# List all VMs and their statuspython3 vmm-cli.py --url http://localhost:8080 lsvm# List VMs with detailed informationpython3 vmm-cli.py --url http://localhost:8080 lsvm -v# Show VM logs (useful for monitoring deployment progress)python3 vmm-cli.py --url http://localhost:8080 logs <vm_id># Follow logs in real-timepython3 vmm-cli.py --url http://localhost:8080 logs <vm_id> --follow# List available OS imagespython3 vmm-cli.py --url http://localhost:8080 lsimage
# List all running processessupervisor-client --base-url unix:/var/run/supervisor.sock list# Get detailed information about a specific processsupervisor-client --base-url unix:/var/run/supervisor.sock info <process_id># Health checksupervisor-client --base-url unix:/var/run/supervisor.sock ping