Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit 5dff011

Browse files
authored
fix: Add a missing status option in "ps" (which is present in "admin sessions") (#148)
1 parent b73edf9 commit 5dff011

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changes/148.fix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add a missing status option `CANCELLED` to the `ps` command (which is present in the `admin sessions` command)

src/ai/backend/client/cli/ps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'PENDING',
1111
'PREPARING', 'BUILDING', 'RUNNING', 'RESTARTING',
1212
'RESIZING', 'SUSPENDED', 'TERMINATING',
13-
'TERMINATED', 'ERROR',
13+
'TERMINATED', 'ERROR', 'CANCELLED',
1414
'ALL', # special case
1515
]),
1616
help='Filter by the given status')

0 commit comments

Comments
 (0)