Skip to content

Commit

Permalink
docs: update example commands
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Sep 14, 2024
1 parent fa2dec1 commit b21164f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ ingestor/runMain lila.search.ingestor.cli --help
#### CLI tool

```sh
# rebuild all indexes (for dev sites)
ingestor/runMain lila.search.ingestor.cli rebuild
# index all documents for specific index
sbt 'ingestor/runMain lila.search.ingestor.cli index --index team --since 0'

# index all documents for all indexes
sbt 'ingestor/runMain lila.search.ingestor.cli index --all --since 0'
```

### release
Expand Down

0 comments on commit b21164f

Please sign in to comment.