From 4e3fc69b2e07e86a8d574ec118791b5a3d2c9ea0 Mon Sep 17 00:00:00 2001 From: Christopher Cooper Date: Wed, 5 Mar 2025 09:12:07 -0800 Subject: [PATCH] show managed jobs user column in `sky status -u` --- sky/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/cli.py b/sky/cli.py index 1a1d9d47c74..8d811cb1744 100644 --- a/sky/cli.py +++ b/sky/cli.py @@ -1874,7 +1874,7 @@ def status(verbose: bool, refresh: bool, ip: bool, endpoints: bool, num_in_progress_jobs, msg = _handle_jobs_queue_request( managed_jobs_queue_request_id, show_all=False, - show_user=False, + show_user=all_users, limit_num_jobs_to_show=not all, is_called_by_user=False) except KeyboardInterrupt: