Skip to content

Commit a547925

Browse files
committed
Add --uuid and -id to ops command to select specific run
1 parent f9e443a commit a547925

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/polyaxon/_cli/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545

4646
OPTIONS_RUN_UID = {
47-
"args": ["--uid", "-uid"],
47+
"args": ["--uid", "--uuid", "-uid", "-id"],
4848
"kwargs": dict(type=str, help="The run uuid."),
4949
}
5050

0 commit comments

Comments
 (0)