*: fix errors reported by languagetool (#6069)

This commit is contained in:
Seth Falco
2021-08-15 19:59:09 +02:00
committed by GitHub
parent 3fbefc8b77
commit 3e4c519004
281 changed files with 433 additions and 429 deletions

View File

@@ -1,28 +1,28 @@
# cradle elastic
> Manage the ElasticSearch instances for a Cradle instance.
> Manage the Elasticsearch instances for a Cradle instance.
> More information: <https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-Tools.html#elastic>.
- Truncate the ElasticSearch index:
- Truncate the Elasticsearch index:
`cradle elastic flush`
- Truncate the ElasticSearch index for a specific package:
- Truncate the Elasticsearch index for a specific package:
`cradle elastic flush {{package_name}}`
- Submit the ElasticSearch schema:
- Submit the Elasticsearch schema:
`cradle elastic map`
- Submit the ElasticSearch schema for a specific package:
- Submit the Elasticsearch schema for a specific package:
`cradle elastic map {{package_name}}`
- Populate the ElasticSearch indices for all packages:
- Populate the Elasticsearch indices for all packages:
`cradle elastic populate`
- Populate the ElasticSearch indices for a specific package:
- Populate the Elasticsearch indices for a specific package:
`cradle elastic populate {{package_name}}`