algolia indices copy <source-index> <destination-index> [flags]
Examples
Copy the records, settings, synonyms, and rules from the βSERIESβ index to the βMOVIESβ index:
algolia indices copy SERIES MOVIES
Copy only the synonyms of the βSERIESβ to the βMOVIESβ index:
algolia indices copy SERIES MOVIES --scope synonyms
Copy the synonyms and rules of the index βSERIESβ to the βMOVIESβ index:
algolia indices copy SERIES MOVIES --scope synonyms,rules
Scope to copy: settings, synonyms, rules, or all (default)
Wait for the operation to complete