# List all VMs and their statuspython3 vmm-cli.py --url http://localhost:8080 lsvm --verbose# List available imagespython3 vmm-cli.py --url http://localhost:8080 lsimage
# Check if VM is runningpython3 vmm-cli.py --url http://localhost:8080 lsvm# Test connectivitycurl -I https://<app-id>.example.com# Check gateway VM logs (find gateway VM ID first)python3 vmm-cli.py --url http://localhost:8080 logs <gateway-vm-id> --follow
✅ Deployed an application to a Trusted Execution Environment
✅ Verified it’s running securely with attestation
✅ Accessed it through secure HTTPS endpoints
✅ Monitored logs and system statusNext Steps: