
Before you begin
To interact with your Algolia resources, you’ll need a (free) Algolia account.Install the Algolia CLI
You can install the CLI with your favorite package manager, or download binaries from the Releases page in the GitHub repository. The CLI runs on macOS, Linux, and Windows, on both AMD64 and ARM64 platforms.- macOS
- Linux
- Windows
Run your first command
Explore the CLI by typingalgolia.
This lists the available commands.
Add --help to any command to get more information about the command
and its available options.
For example, to list all indices in your Algolia application, run:
To avoid entering your credentials every time,
you can add profiles for each of your Algolia applications.
For more information, see Authentication.