Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions npm/algolia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,24 @@ The official Algolia CLI lets you manage your Algolia resources — indices, rec

> This package installs a prebuilt Go binary. The npm wrapper still requires Node.js to launch the installed command.

## Installation
## Usage

Run without installing:

```sh
npm install -g @algolia/cli
npx @algolia/cli --help
```

Or run without installing:
Or install globally:

```sh
npx @algolia/cli --help
npm install -g @algolia/cli
algolia --help
```

## Usage
## Examples

```sh
algolia --help
algolia search --index my-index --query "foo"
algolia indices list
algolia apikeys list
Expand Down
Loading