Skip to main content
Usage
algolia indices config export <index> [--scope <scope>...] [--directory] [flags]

Examples

Export the config of the index β€˜MOVIES’ to a .json filr in the current folder:
algolia index config export MOVIES
Export the synonyms and rules of the index β€˜MOVIES’ to a .json file in the current folder:
algolia index config export MOVIES --scope synonyms,rules
Export the config of the index β€˜MOVIES’ to a .json file in the β€˜exports’ folder:
algolia index config export MOVIES --directory exports

Flags

-d, --directory
Directory path of the output file (default: current folder)
-s, --scope
Scope to export (default: all)
⌘I