Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
missing doc
  • Loading branch information
adamweiner committed Aug 13, 2025
commit 01ff5f4f0c9b0ddb832de54735e6cb6b89efb628
1 change: 1 addition & 0 deletions docs/cli/cli-orders.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ The `list` command supports filtering on a variety of fields:
* `--last-modified`: Filter on the order's last modified time or an interval of last modified times.
* `--hosting`: Filter on orders containing a hosting location (e.g. SentinelHub). Accepted values are `true` or `false`.
* `--destination-ref`: Filter on orders created with the provided destination reference.
* `--user-id`: Filter by user ID. Only available to organization admins. Accepts "all" or a specific user ID.

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.
* A date-time: `2018-02-12T23:20:50Z`
Expand Down
Loading