Skip to content

Algolia CLI 1.3.0

Choose a tag to compare

@clemfromspace clemfromspace released this 07 Feb 10:13
· 61 commits to main since this release
c793063

What's new

Dictionaries commands

You can now manage your Algolia custom dictionaries directly from the command line.

  • algolia dictionary entries browse retrieves all entries from the specified custom dictionaries.
  • algolia dictionary entries clear deletes all entries from the specified custom dictionaries.
  • algolia dictionary entries delete deletes specific entries from the specified dictionary.
  • algolia dictionary entries import import dictionary entries from a file to the specified index.
  • algolia dictionary settings set set the dictionary settings.
  • algolia dictionary settings get get 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 delete command (#105)
  • Fix apikeys list JSON output (#100)
  • Fix apikeys delete panic error (#99)
  • Fix algolia search usage message (430a99a)
  • Improve usage description of the objects import and objects export commands (53ca020)