I'd love to have the ability to view logs for a specific project using the following command:
dokploy logs [project_name] [optional_app_name]
If the app_name is not provided, the command should display logs for the entire project.
If app_name is specified, it should show logs only for that app within the project.