Skip to content

Find

A shortcut that combines search and read into one execution.

clo find clo find [[-o|-n|-a] -d FIELD OPERATOR VALUE [-d ...]] [-f FIELD ...] [--offset POSITION] [--limit AMOUNT] [--order FIELD] [--csv [FILE]] [--help]

Options

‑‑domain FIELD OPERATOR VALUE

‑d FIELD OPERATOR VALUE

A set of criterion to filter the search by (run clo explain domains for details). This option can be specified multiple times.

Default: []

‑‑or

‑o

A logical OR, placed before two or more domains (arity 2). Run clo explain logic for more details.

‑‑and

‑a

A logical AND to place before two or more domains (arity 2). Run clo explain logic for more details.

‑‑not

‑n

A logical OR to place before a signle domain (arity 1). Run clo explain logic for more details.

‑‑fields NAME [NAME ...]

‑f NAME [NAME ...]

Field names to return (default is all fields).

Default: []

‑‑offset POSITION

Number of results to ignore.

Default: 0

‑‑limit AMOUNT

Maximum number of records to return.

‑‑order FIELD

The field to sort the records by.

‑‑csv

If True, outputs records in CSV format.

Default: false

Peripherals

Supportive, non-operational functions.

‑‑help

‑h

Show this help message and exit.