@algolia/cli
v5.11.0
Published
The official Algolia CLI — manage indices, records, API keys, and synonyms from the command line
Maintainers
Readme
Algolia CLI
The official Algolia CLI lets you manage your Algolia resources — indices, records, API keys, and synonyms — directly from the command line.
This package installs a prebuilt Go binary. The npm wrapper still requires Node.js to launch the installed command.
Installation
npm install -g @algolia/cliOr run without installing:
npx @algolia/cli --helpUsage
algolia --help
algolia search --index my-index --query "foo"
algolia indices list
algolia apikeys listDocumentation
Full documentation: algolia.com/doc/tools/cli
Supported platforms
| OS | x64 | arm64 | |---------|-----|-------| | macOS | ✓ | ✓ | | Linux | ✓ | ✓ | | Windows | ✓ | ✓ |
