reindex command to start a Typesense search reindex on your connected Core instance and check its progress. Requires CLI 1.8.1 or later.
| Command | Alias | Description |
|---|---|---|
| create | c | Start a new reindex job |
| list | l | Check current reindex status |
create
Trigger a full reindex that reads records from your database and indexes them into Typesense collections.
Run this after deploying a new Typesense instance or when search results are missing data that still exists in Core.
| Option | Type | Description |
|---|---|---|
--json | boolean | After a successful create, print the full API response as JSON. |
-h, --help | boolean | Show help for this command. |
list
Check the current reindex job, including status, phase, record counts, and timestamps.
Poll with list while a job is running; when status is completed, verify search coverage in Typesense if needed.
| Option | Type | Description |
|---|---|---|
--json | boolean | Print the full API response as JSON instead of a formatted summary. |
-h, --help | boolean | Show help for this command. |