Skip to main content
Usage
algolia settings import <index> -F <file> [flags]

Examples

Import the settings from β€œsettings.json” to the β€œMOVIES” index:
algolia settings import MOVIES -F settings.json

Flags

-F, --file
Import settings from a file (use ”-” to read from standard input)
-f, --forward-to-replicas
Forward the settings to the replicas
-w, --wait
wait for the operation to complete
⌘I