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
Directory path of the output file (default: current folder)
Scope to export (default: all)