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
Copy file name to clipboardExpand all lines: docs/cli/cli-orders.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ The `list` command supports filtering on a variety of fields:
84
84
*`--last-modified`: Filter on the order's last modified time or an interval of last modified times.
85
85
*`--hosting`: Filter on orders containing a hosting location (e.g. SentinelHub). Accepted values are `true` or `false`.
86
86
*`--destination-ref`: Filter on orders created with the provided destination reference.
87
+
*`--user-id`: Filter by user ID. Only available to organization admins. Accepts "all" or a specific user ID.
87
88
88
89
Datetime args (`--created-on` and `--last-modified`) can either be a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots.
0 commit comments