cli
cli copied to clipboard
🔍 Algolia’s official CLI devtool
`algolia version 1.6.11` ``` algolia objects browse shipments > algolia-shipments.jsonl cannot read body: context deadline exceeded ``` We can't seem to pull our indexes down locally with the `browse` function...
Update the Go API client to v4 (latest major version). Work in progress: - [X] Partial update object method allows all value types (spec has to be updated). - [...
Hi, I am not sure if this is expected behavior. If I create API key (set index, set ACL) it works from Algolia CLI. If I create another key with...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.37.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...
Some Jira backlog tickets: https://algolia.atlassian.net/browse/DOC-1321 and https://algolia.atlassian.net/browse/DOC-1379
New command: `algolia logs list` for the `/1/logs` endpoint
This PR introduces genai toolkit commands. All commands made to the gen ai toolkit use existing api key and app-id provided by the profile.
When running a command like the following. The existing rules are not cleared. `algolia rules import my_index --file ~/my_rules.json --clear-existing-rules -y`
Running code like the following only exports settings but not the rules and synonyms. `algolia index config export "my_index" --directory ~/exports`
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.100.0 to 0.131.0. Release notes Sourced from github.com/getkin/kin-openapi's releases. v0.131.0 What's Changed openapi3filter: de-register ZipFileBodyDecoder and make a few decoders public by @fenollp in getkin/kin-openapi#1059 Full Changelog:...