Algolia CLI
Algolia CLI

Work within your terminal

Snapshot and revert indices, synonyms, and rules

Migrate records and configurations across applications

Integrate Algolia workflows into CI/CD pipelines

Features

  • Configure multiple applications easily profile-based authentication
  • Interact directly with Algolia’s API with intuitive commands
  • Iterate rapidly with integrated command autocompletion
  • Issue queries and review search results
  • Pipe together commands to build you workflow
  • Explore some of our suggested command recipes  

Version

Related Integrations

Key links


Get Started

Install (Homebrew)

1brew install algolia/algolia-cli/algolia

Connect to your Algolia application

1algolia profile add \
2        --name <profile-name> \
3        --application-id <application-id> \
4        --admin-api-key <admin-api-key>

Search

1algolia search <index-name> --query <search-query>
Get started for freeExplore all developer docs

Build with Algolia

Showcase
Sample Applications

Autocomplete with InstantSearch

Create a typeahead experience using Autocomplete and InstantSearch library

  • javascript