Skip to content

Releases: algolia/cli

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

Algolia CLI 1.1.7-beta

09 Sep 15:29

Choose a tag to compare

Changelog

eb35523 fix telemetry logger

Algolia CLI 1.1.6-beta

09 Sep 15:24
39873de

Choose a tag to compare

Pre-release

Changelog

39873de chore(build) Add ldflags and version to the Makefile (#50)

Algolia CLI 1.1.5-beta

08 Sep 13:17
9b03ad3

Choose a tag to compare

Pre-release

Changelog

9b03ad3 Make telemetry non-blocking (#48)

Algolia CLI 1.1.4-beta

07 Sep 15:41
08e9d29

Choose a tag to compare

Changelog

08e9d29 fix objects browse command (#47)

Algolia CLI 1.1.3-beta

01 Sep 09:16
d1e0559

Choose a tag to compare

Changelog

d1e0559 fix(config) Remove profile without default (#44)
7943a08 [DEX-104] New version notice system (#39)
5579fdb Add missing GITHUB_TOKEN for the release workflow

Algolia CLI 1.1.2-beta

24 Aug 16:04
bfe11a1

Choose a tag to compare

Changelog

bfe11a1 [DEX-117] Add indices move command (#38)
99c2249 [DEX-116] Mark file flag as required for the objects import command (#37)
6a3aaa1 Remove confirmation prompt for non-default profile removal (#34)
9e0812a fix: spelling (#35)
7a30ed5 Merge pull request #21 from algolia/chore/update-readme
b2f9f32 Merge branch 'master' into chore/update-readme
9296559 Add missing flags to the rules import cmd (#27)
b725bd1 Add missing flags to the synonyms import cmd (#26)
0f8e000 Merge branch 'master' into chore/update-readme
8e59bba chore: update readme
da00465 [DEX-111] Update docs publishing workflow (#33)
616ef0f chore: update readme & makefile
6c28ba2 Pluralize apikey and index commands (#32)
8dc1131 Add CLI docs shortcuts to algolia open cmd
3b54ff1 Add documentation links

Algolia CLI 1.1.1-beta

12 Aug 15:06

Choose a tag to compare

Pre-release

Changelog

8f889d2 Fix typo