update version history and options for `tootctl search deploy` (#859)

This commit is contained in:
Noah H 2021-02-15 12:14:51 -05:00 committed by GitHub
parent 9beb501bac
commit 063feeaf3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -489,10 +489,13 @@ Create or update an ElasticSearch index and populate it. If ElasticSearch is emp
**Version history:**
2.8.0 - added\
3.0.0 - add `--processes` for parallelization
3.3.0 - options changed
| Option | Description |
| :--- | :--- |
| `--concurrency N` | Parallelize execution of the command on multiple threads. Defaults to N=2. |
| `--only INDEX` | Specify an index name [`accounts`, `tags`, `statuses`] to create or update only that index. |
| Option | Description |
| :--- | :--- |
| `--processes N` | Parallelize execution of the command. Defaults to N=2. Can also specify `auto` to derive a number based on available CPUs. |
## Settings CLI {#settings}