Skip to content

Releases: algolia/cli

Algolia CLI 1.3.7

06 Jun 15:21
9f0eb20

Choose a tag to compare

Changelog

  • 9f0eb20 chore(deps): bump algolia/algoliasearch-client-go/v3 from v3.27.0 to v3.30.0 (#123)

Algolia CLI 1.3.6

26 Apr 10:20
3a10e03

Choose a tag to compare

Changelog

  • 3a10e03 fix(cli): check error when writing on the output (#122)

Algolia CLI 1.3.5

18 Apr 13:56
9a1e22f

Choose a tag to compare

Changelog

  • 9a1e22f feat: add capability to configure the hosts for the search client (#120)

Algolia CLI 1.3.4

04 Apr 17:08
5c111ba

Choose a tag to compare

Changelog

  • 5c111ba test: remove flaky test due to map ordering randomness (#119)
  • c4f6c76 fix: import of rules and synonyms (#118)

Algolia CLI 1.3.3

30 Mar 14:57
569ef11

Choose a tag to compare

Changelog

  • 569ef11 chore(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 (#113)
  • 569ef11 chore(deps): bump algolia/algoliasearch-client-go/v3 from v3.26.4 to v3.27.0 (#117)

Algolia CLI 1.3.2

13 Mar 15:36
a20a1d7

Choose a tag to compare

Changelog

Algolia CLI 1.3.1

28 Feb 10:26

Choose a tag to compare

Changelog

Algolia CLI 1.3.0

07 Feb 10:13
c793063

Choose a tag to compare

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)

Algolia CLI 1.2.1

25 Oct 10:32
59dec2b

Choose a tag to compare

Changelog

59dec2b fix(tests) No parallel testing (#76)
ef4dfde feat(synonyms) Add completion for the --type flag (#75)
70c389b fix: urls with application id and refactoring
a350462 feat: basic open status command
034f964 chore: update search api specs (#73)
0e8d0d1 fix(chore) Fix auto update API specs action (#71)
5b5e25d fix(profile): Reload config before setting the default (#69)
43e74f5 fix: browse flags gen
1f7d2ee feat(args): display only selected flags on error
49fd496 feat(args): better error messages
142f3c3 fix(chore) Add GH_TOKEN env to API Specs update workflow
79b2b59 chore: survey custom types
726bff9 chore: generic logic
d16ffe9 feat: add and fix utils tests
256b38e feat: save interactive
3cb81ca feat: save synonym
77bafc2 fix: broken link to CLI Docs
0592753 chore: auto-update Open API specs (#61)
cf3397f feat: update docs
0185455 Update API specs (#49)
9ccffe3 fix: typo lead to wrong fact
332faef [DEX-223] Change --settings-file to --file on settings import cmd (#56)
32e9b77 fix(file_input) increase buffer capacity to 100 KiB (#53)

Algolia CLI 1.2.0

12 Sep 10:32

Choose a tag to compare

Changelog

eb35523 fix telemetry logger