You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.