Releases: algolia/cli
Algolia CLI 1.3.7
Algolia CLI 1.3.6
Algolia CLI 1.3.5
Algolia CLI 1.3.4
Algolia CLI 1.3.3
Algolia CLI 1.3.2
Algolia CLI 1.3.1
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)
Algolia CLI 1.2.1
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
Changelog
eb35523 fix telemetry logger