coolify:logs
php artisan coolify:logsOptions
Section titled “Options”--uuid= # Application UUID (defaults to provisioned app)--deployment= # Show logs for specific deployment--lines=100 # Number of lines to retrieve--follow # Continuously poll for new logs--debug # Show debug/build logs (hidden by default)Examples
Section titled “Examples”View recent logs:
php artisan coolify:logsFollow logs in real-time:
php artisan coolify:logs --followView deployment build logs:
php artisan coolify:logs --deployment=abc123 --debugGet more history:
php artisan coolify:logs --lines=500