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