Runtime Commands
ldev doctor
Validate prerequisites and effective config.
bash
ldev doctor
ldev doctor --jsonldev setup
Prepare images, env files, and local runtime wiring.
bash
ldev setupldev start
Start containers and wait for Liferay readiness.
bash
ldev start
ldev start --activation-key-file /path/to/key.xmlldev stop
Stop the environment.
bash
ldev stopldev status
Show current environment state.
bash
ldev status
ldev status --jsonldev logs diagnose
Group recent log errors by type and frequency.
bash
ldev logs diagnose --since 10m --jsonldev env restart
Restart the runtime service when deployment or config state needs a clean refresh.
bash
ldev env restart