Skip to main content
Usage
algolia objects operations -F <file> [--wait] [--continue-on-errors] [flags]

Examples

Batch operations from the β€œoperations.ndjson” file:
algolia objects operations -F operations.ndjson

Flags

-C, --continue-on-error
Continue processing operations even if some operations are invalid.
-F, --file
The file to read the indexing operations from (use ”-” to read from standard input)
-w, --wait
Wait for the indexing operation(s) to complete before returning.
⌘I