Skip to main content
Usage
algolia dictionary entries import <dictionary> -F <file> [--wait] [--continue-on-errors] [flags]

Examples

Import entries from the โ€œentries.ndjsonโ€ file to the โ€œstopwordsโ€ dictionary:
algolia dictionary import stopwords -F entries.ndjson
Import entries from the โ€œentries.ndjsonโ€ file to the โ€œpluralsโ€ dictionary and continue importing entries even if some entries are invalid:
algolia dictionary import plurals -F entries.ndjson --continue-on-errors

Flags

-C, --continue-on-error
Continue importing entries even if some entries are invalid.
-F, --file
Read entries to import from file (use โ€-โ€ to read from standard input)
-w, --wait
Wait for the operation to complete before returning
โŒ˜I