Algolia CLI 1.3.0
What's new
Dictionaries commands
You can now manage your Algolia custom dictionaries directly from the command line.
algolia dictionary entries browseretrieves all entries from the specified custom dictionaries.algolia dictionary entries cleardeletes all entries from the specified custom dictionaries.algolia dictionary entries deletedeletes specific entries from the specified dictionary.algolia dictionary entries importimport dictionary entries from a file to the specified index.algolia dictionary settings setset the dictionary settings.algolia dictionary settings getget the dictionary settings
Objects update and operation commands
algolia objects update allows you to run an partial update on your objects.
algolia objects operation allows you to perform several indexing operations.
index configuration export and import commands
algolia index config export and algolia index config import allows you to directly import or export the settings, rules and synonyms of the given index to or from a JSON file.
Events tailing command
algolia events tail allows you to see in real time the events received by your Algolia application.
What's changed
- Fix buffer size limitation when importing objects from a file (#107)
- Add deleteBy filters to the
objects deletecommand (#105) - Fix
apikeys listJSON output (#100) - Fix
apikeys deletepanic error (#99) - Fix
algolia searchusage message (430a99a) - Improve usage description of the
objects importandobjects exportcommands (53ca020)